♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
back-button-download-bug
/
pages
/
_app.js
_app.js
4 lines
98 B
export
default
function
MyApp
({ Component, pageProps })
{
return
<
Component
{...
pageProps
}
/>
}
v2.0.0
/
Go
SIGN IN