initial commit

This commit is contained in:
2022-03-16 16:30:43 +00:00
parent 57402cd040
commit 53ee49c722
394 changed files with 1509 additions and 83 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
import '../styles/globals.css'
import "../styles/globals.css";
import "../styles/index.css";
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
return <Component {...pageProps} />;
}
export default MyApp
export default MyApp;