1 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||
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) { |
|||
export default function Nextra({ Component, pageProps }: AppProps) { |
|||
return <Component {...pageProps} />; |
|||
} |
|||
|
Loading…
Reference in new issue