next.js/test/integration/non-next-dist-exclude/app/pages/index.js
index.js8 lines118 B
import NotNext from 'notnext'

const Page = () => <NotNext />

Page.getInitialProps = () => ({})

export default Page
Quest for Codev2.0.0
/
SIGN IN