diff --git a/pages/_app.tsx b/pages/_app.tsx index 04e808c..f01add5 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,64 +1,13 @@ import { ThemeProvider } from "next-themes" import type { AppProps } from "next/app" -import Head from "next/head" -import Script from "next/script" import "../styles/globals.css" export default function App({ Component, pageProps }: AppProps) { return ( <> -
- {/* Favicons */} - - - - - - - - {/* Preconnects */} - - - -+
+ {/* Favicons */} + + + + + + + + {/* Preconnects */} + + + +