♫
📌 canary ▾
next.js
/
test
/
integration
/
build-output
/
fixtures
/
with-app
/
pages
/
_app.js
_app.js
4 lines
98 B
export
default
function
MyApp
({ Component, pageProps })
{
return
<
Component
{...
pageProps
}
/>
}
v2.0.0
/
Go
SIGN IN