import Link from "next/link"; const Navigation = () => { return (
) } export default Navigation;