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