diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx
index 41a686d..2514de0 100644
--- a/src/components/Layouts/Layout.tsx
+++ b/src/components/Layouts/Layout.tsx
@@ -2,7 +2,7 @@ import { Outlet } from 'react-router-dom';
import { Header } from './Header';
import { Footer } from './Footer';
import { ModalContainer } from '../Main/ModalContainer';
-import { Feedback } from '../Main/Contacts';
+import { Contacts } from '../Main/Contacts';
import { Clients } from '../Main/Clients';
import { ScrollToHashElement } from './ScrollToHashElement';
@@ -14,7 +14,7 @@ export function Layout() {