mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 09:33:38 -05:00
Add documentation
This commit is contained in:
10
docs/pages/_app.mdx
Normal file
10
docs/pages/_app.mdx
Normal file
@@ -0,0 +1,10 @@
|
||||
import '../styles.css';
|
||||
import 'nextra-theme-docs/style.css';
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return (
|
||||
<main>
|
||||
<Component {...pageProps} />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user