import MyComp from 'comps' const Page = () => ( <>

Hello {typeof window}

) Page.getInitialProps = () => ({}) export default Page