mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-29 02:18:49 +05:00
Add Terms
This commit is contained in:
@@ -3,6 +3,7 @@ import './globals.css';
|
||||
import { ClientLayout } from '@/components/ClientLayout';
|
||||
import type { Metadata } from 'next';
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
import { TermsChecker } from './providers/terms-check';
|
||||
|
||||
const inter = Inter({ subsets: ['latin', 'cyrillic'] });
|
||||
|
||||
@@ -23,7 +24,8 @@ export default function RootLayout({
|
||||
</head>
|
||||
<body className={inter.className} suppressHydrationWarning>
|
||||
<ClientLayout>{children}</ClientLayout>
|
||||
<Analytics />
|
||||
<TermsChecker />
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user