diff --git a/app/layout.tsx b/app/layout.tsx index fde08e9..51b5598 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,6 +2,7 @@ import type React from "react" import "./globals.css" import type { Metadata } from "next" import { Inter } from "next/font/google" +import { Analytics } from '@vercel/analytics/next' const inter = Inter({ subsets: ["latin"] }) @@ -38,7 +39,10 @@ export default function RootLayout({ }) { return ( -
{children} + + {children} +