export default function App({ Component, pageProps }) { return ( <> <h1>hmr text origin</h1> <Component {...pageProps} /> </> ) }