import Link from 'next/link'; import styles from '../../styles/NavBar.module.scss'; const NavBar = () => { return ( <>
); }; export default NavBar;