diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 90bbe45..071c6f3 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata, Viewport } from "next"; +import { Analytics } from "@vercel/analytics/next"; import "./globals.css"; export const metadata: Metadata = { @@ -35,7 +36,10 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac -
{children} + + {children} +