import ActiveLink from "./activelink" const NavLinks = () => { return ( <> About Contact Projects GitHub WychGit > ) } export default NavLinks