diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 61206ec..83b349f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,27 +5,13 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
@@ -34,16 +20,16 @@
-
+
@@ -128,7 +114,7 @@
-
+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 8c6b3a7..421ab2f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
import { Montserrat, Roboto } from 'next/font/google';
import '@core/styles/globals.scss';
import '@core/styles/reset.scss';
-import { Footer, Header, MobileCallback } from '@/widgets';
+import { Footer, Header, MobileCallback, ScrollToTop } from '@/widgets';
import { ModalProvider } from '@core/providers/modal-provider';
const roboto = Roboto({
@@ -35,6 +35,7 @@ export default function RootLayout({
{children}
+