import Link from "next/link"; import "../styles/components/navbar.scss"; export default function NavBar() { return ( ); }