next.js/test/development/pages-dir/custom-app-hmr/pages/_app.js
_app.js9 lines154 B
export default function App({ Component, pageProps }) {
  return (
    <>
      <h1>hmr text origin</h1>
      <Component {...pageProps} />
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN