♫
📌 canary ▾
next.js
/
test
/
integration
/
hydration
/
pages
/
_app.js
_app.js
4 lines
102 B
export
default
function
CustomApp
({ Component, pageProps })
{
return
<
Component
{...
pageProps
}
/>
}
v2.0.0
/
Go
SIGN IN