diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 42b8485..d88551a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,6 @@ import './globals.css'; +import { Analytics } from '@vercel/analytics/react'; import type { Metadata } from 'next'; import { Noto_Sans_KR } from 'next/font/google'; @@ -31,7 +32,10 @@ export default function RootLayout({
-
{children}
+
+ {children} + +