import NotNext from 'notnext' const Page = () => <NotNext /> Page.getInitialProps = () => ({}) export default Page