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