initialize nextjs project

This commit is contained in:
Yusuf İpek
2021-07-26 01:28:48 +03:00
parent 31cbeabde5
commit 833c6c79cd
13 changed files with 9541 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import '../styles/globals.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp