import Link from 'next/link' function Index() { return ( <>

Hi 👋

a link to no-where ) } Index.getInitialProps = () => ({}) export default Index