Add pages/_app.js
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../styles/globals.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<div suppressHydrationWarning>
|
||||
<Component {...pageProps} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user