[docs][m]: Set up base nextjs project
This commit is contained in:
8
docs/pages/_app.js
Normal file
8
docs/pages/_app.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import '../styles/globals.css'
|
||||
import '../styles/tailwind.css'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
Reference in New Issue
Block a user