import { useLocation } from "react-router"; import { Link } from "react-router"; export default function Footer() { const location = useLocation(); return ( ); }