const page = () => "hello from sub id" page.getInitialProps = () => ({hello: "hi"}) export default page