diff --git a/app/layout.tsx b/app/layout.tsx index 045a64c..2fa8dd6 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,7 +5,6 @@ import { NextAuthProvider } from "@/app/providers"; import GoogleAnalytics from "@/app/components/GoogleAnalytics"; import { Toaster } from "@/components/ui/toaster" import Footer from '@/app/components/footer'; -import Script from 'next/script'; const inter = Inter({ subsets: ['latin'] }) @@ -29,8 +28,6 @@ export default function RootLayout({ {children}