diff --git a/app/layout.tsx b/app/layout.tsx index c60d1c2..963bf8f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import Analytics from "@/components/Analytics"; const inter = Inter({ subsets: ["latin"] }); @@ -18,7 +17,6 @@ export default function RootLayout({ return (
-