From 870eed53cf93fe31778c36ea339f5517b19abc63 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sun, 12 May 2024 23:22:17 +0200 Subject: [PATCH] removed cf analytics --- app/layout.tsx | 2 -- components/Analytics.tsx | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 components/Analytics.tsx 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 ( -