next.js/test/integration/route-indexes/pages/sub/index.js
index.js4 lines109 B
const page = () => 'hello from sub index'
page.getInitialProps = () => ({ hello: 'hi' })
export default page
Quest for Codev2.0.0
/
SIGN IN