|
|
@ -1,5 +1,5 @@ |
|
|
|
import { AppProps } from "next/app"; |
|
|
|
import "nextra-theme-docs/style.css"; |
|
|
|
import { AppProps } from 'next/app'; |
|
|
|
import 'nextra-theme-docs/style.css'; |
|
|
|
|
|
|
|
export default function Nextra({ Component, pageProps }: AppProps) { |
|
|
|
return <Component {...pageProps} />; |
|
|
|