add documentation
This commit is contained in:
11
apps/docs/src/pages/_app.tsx
Normal file
11
apps/docs/src/pages/_app.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { AppProps } from 'next/app';
|
||||
|
||||
import 'src/globals.css';
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user