Initial commit from Create Next App
This commit is contained in:
5
src/pages/_app.js
Normal file
5
src/pages/_app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import "@/styles/globals.css";
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
}
|
||||
Reference in New Issue
Block a user