feat(fs.dev) Setup next 12 & mdx 2 with ESM
This commit is contained in:
parent
1ad8c9e310
commit
02ba92b475
12 changed files with 2198 additions and 87 deletions
7
packages/freesewing.dev/pages/_app.js
Normal file
7
packages/freesewing.dev/pages/_app.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import '../styles/globals.css'
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
export default MyApp
|
Loading…
Add table
Add a link
Reference in a new issue