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