diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 8923a53..7789140 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,11 +1,15 @@ -import { type AppType } from "next/app"; +import {type AppType} from "next/app"; -import { trpc } from "@/utils/trpc"; +import {trpc} from "@/utils/trpc"; import "@/styles/globals.scss"; +import {GoogleAnalytics} from "nextjs-google-analytics"; -const MyApp: AppType = ({ Component, pageProps }) => { - return ; +const App: AppType = ({Component, pageProps}) => { + return <> + + ; + }; -export default trpc.withTRPC(MyApp); +export default trpc.withTRPC(App); diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9d437fc..b43138c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -13,7 +13,6 @@ const Home: NextPage = () => { return ( <> - 100prisoners.com