diff --git a/pages/_app.tsx b/pages/_app.tsx index 29ba221..52d3101 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -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 ; }