feat: add yandex metrika

This commit is contained in:
2025-12-14 13:18:48 +03:00
parent 37661bc04d
commit 23a55d6fde
6 changed files with 52 additions and 107 deletions

View File

@@ -9,6 +9,7 @@ import {
Header,
MobileCallback,
ScrollToTop,
YandexMetrika,
} from '@/widgets';
import { ModalProvider } from '@core/providers/modal-provider';
import { Toaster } from 'react-hot-toast';
@@ -53,6 +54,7 @@ export default function RootLayout({
<ScrollToTop />
<Toaster />
<CookieNotice />
<YandexMetrika />
</body>
</html>
);