diff --git a/app/layout.tsx b/app/layout.tsx index 5d80a75..97977d9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata, Viewport } from "next"; import { Geist, Geist_Mono } from "next/font/google"; +import { Analytics } from "@vercel/analytics/next"; import "./globals.css"; const geistSans = Geist({ @@ -58,6 +59,7 @@ export default function RootLayout({
{children} +