diff --git a/app/(site)/[locale]/layout.tsx b/app/(site)/[locale]/layout.tsx index c6cd1173a..21e7b80ab 100644 --- a/app/(site)/[locale]/layout.tsx +++ b/app/(site)/[locale]/layout.tsx @@ -3,7 +3,6 @@ import Header from 'components/layout/header/header'; import { NextIntlClientProvider } from 'next-intl'; import { Inter } from 'next/font/google'; import { notFound } from 'next/navigation'; -import Script from 'next/script'; import { ReactNode, Suspense } from 'react'; import { supportedLanguages } from '../../../i18n-config'; import './../../globals.css'; @@ -56,9 +55,6 @@ export default async function LocaleLayout({ children, params: { locale } }: Loc return ( -