mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-04-02 20:05:32 +00:00
switch to nextra
This commit is contained in:
3
pages/_app.mdx
Normal file
3
pages/_app.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user