const EmptyInitialPropsPage = () => <div>My Page</div> EmptyInitialPropsPage.getInitialProps = () => null export default EmptyInitialPropsPage