feat: add yandex metrika
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user