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 ( - {children} diff --git a/components/Analytics.tsx b/components/Analytics.tsx deleted file mode 100644 index 9d9fe0a..0000000 --- a/components/Analytics.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import Script from 'next/script'; - -export default function Analytics() { - return ( -