From 72334ccc3ae324ccd3fa2ce6f23dc2109c34c4fa Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Tue, 20 Aug 2024 11:03:30 +0500 Subject: [PATCH] fixes ellipse --- src/components/Layouts/Layout.tsx | 7 ++++--- src/components/Main/Ellipse.tsx | 10 +++++++--- src/pages/MainPage.tsx | 9 ++++++--- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 25919c6..2af9fa5 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -1,17 +1,18 @@ import { Outlet } from 'react-router-dom'; -import { Motivation } from '../Main/Motivation'; import { Header } from './Header'; import { Footer } from './Footer'; import { ModalContainer } from '../Main/ModalContainer'; +import { Contacts } from '../Main/Contacts'; export function Layout() { return ( <>
- -
+
+ +