diff --git a/pages/_app.tsx b/pages/_app.tsx index d7311fde9..a90e45c1b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,27 +1,30 @@ -import '@fortawesome/fontawesome-svg-core/styles.css'; -import type { AppProps } from 'next/app'; -import Script from 'next/script'; -import { Analytics } from '@vercel/analytics/react'; -import './style.css'; - +import "@fortawesome/fontawesome-svg-core/styles.css"; +import type { AppProps } from "next/app"; +import Script from "next/script"; +import { Analytics } from "@vercel/analytics/react"; +import "./style.css"; + function MyApp({ Component, pageProps }: AppProps) { return ( <> - + - + - ); } - -export default MyApp; \ No newline at end of file + +export default MyApp;