next.js/test/integration/app-document-remove-hmr/pages/_app.js
_app.js9 lines150 B
export default function MyApp({ Component, pageProps }) {
  return (
    <>
      <p>custom _app</p>
      <Component {...pageProps} />
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN