create project and home page
This commit is contained in:
5
kitabcitab/pages/_app.js
Normal file
5
kitabcitab/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