first commit

This commit is contained in:
bjarncraft
2022-04-20 16:53:02 +02:00
commit 419667b336
20 changed files with 2554 additions and 0 deletions

5
pages/_app.js Normal file
View File

@@ -0,0 +1,5 @@
import 'nextra-theme-docs/style.css'
export default function Nextra({ Component, pageProps }) {
return <Component {...pageProps} />
}