import { useLocation } from "wouter"; export default function Footer() { const [, setLocation] = useLocation(); return ( ); }