import Link from 'next/link'; import { AiFillGithub } from 'react-icons/ai'; function GlobalNav() { return ( ); } export default GlobalNav;