♫
📌 canary ▾
next.js
/
test
/
integration
/
empty-object-getInitialProps
/
pages
/
another.js
another.js
6 lines
89 B
const
Another
=
()
=>
'hi'
Another.
getInitialProps
=
()
=>
({})
export
default
Another
v2.0.0
/
Go
SIGN IN