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