1
0
Fork 0

feat(fs.dev) Setup next 12 & mdx 2 with ESM

This commit is contained in:
Joost De Cock 2021-12-10 09:56:19 +01:00
parent 1ad8c9e310
commit 02ba92b475
12 changed files with 2198 additions and 87 deletions

View file

@ -0,0 +1,7 @@
import '../styles/globals.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp