mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
chore: added content and updated settings
This commit is contained in:
7
apps/documentation/pages/_app.mdx
Normal file
7
apps/documentation/pages/_app.mdx
Normal file
@ -0,0 +1,7 @@
|
||||
import '../styles.css'
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user