import Link from 'next/link' import { SiGithub } from 'react-icons/si' const Header = () => { return (
  Socialify
) } export default Header