import { useAppSelector } from "@/hooks"; const Footer = () => { const bpuid = useAppSelector(state => state.app.bpuid) const assignment_id = useAppSelector(state => state.app.assignment_id) return (

help: support@jamesbillings67.com

made with by Max Nanis

open source

) } export default Footer