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