mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-28 01:48:50 +05:00
fix
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { Inter } from 'next/font/google';
|
||||
import Script from 'next/script';
|
||||
import './globals.css';
|
||||
import { DefaultSeo } from 'next-seo';
|
||||
import SEO from '@/next-seo.config';
|
||||
import { ClientLayout } from '@/components/ClientLayout';
|
||||
import { Providers } from '@/components/Providers';
|
||||
import type { Metadata } from 'next';
|
||||
@@ -66,7 +64,6 @@ export default function RootLayout({
|
||||
></iframe>
|
||||
</noscript>
|
||||
{/* End Google Tag Manager (noscript) */}
|
||||
<DefaultSeo {...SEO} />
|
||||
<Providers>
|
||||
<ClientLayout>{children}</ClientLayout>
|
||||
</Providers>
|
||||
|
||||
Reference in New Issue
Block a user