From 624c6631c304cf2c3593c9539ccafbe5f94eea2d Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Fri, 6 Sep 2024 13:45:40 +0500 Subject: [PATCH] fixes --- src/components/Layouts/Layout.tsx | 4 ++-- src/components/Main/Contacts.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() {
- +