import Link from 'next/link' const Page = () => ( <>

Hello

to nav ) Page.getInitialProps = () => ({ hello: 'world' }) export default Page