diff --git a/site/src/app/layout.tsx b/site/src/app/layout.tsx index cda37fe..26f5b1e 100644 --- a/site/src/app/layout.tsx +++ b/site/src/app/layout.tsx @@ -1,5 +1,5 @@ import type { Metadata, Viewport } from "next"; -import { GoogleTagManager } from "@next/third-parties/google"; +import { GoogleTagManager, GoogleAnalytics } from "@next/third-parties/google"; import "@stellar/design-system/build/styles.min.css"; import "@/styles/globals.scss"; @@ -74,7 +74,12 @@ export default function RootLayout({