From 212901e63836278bd000661c23c2023dc81e8239 Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Sun, 17 Jul 2022 19:38:15 +0500 Subject: [PATCH] calendar on main page --- src/App.tsx | 2 -- src/components/event_item/EventContentSkeleton.tsx | 2 +- src/components/main/CalendarSection.tsx | 9 ++++----- src/styles/_calendar.scss | 9 +++++---- src/styles/_event-item.scss | 4 ++-- src/styles/_main.scss | 5 +++++ 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7e71b6c..62bfcf0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,6 @@ import Profile from "./pages/Profile"; import EventItem from "./pages/EventItem"; import Structure from "./pages/Structure"; import Contacts from "./pages/Contact"; -import Calendar from "./components/global/Calendar"; const App = () => { // Types @@ -50,7 +49,6 @@ const App = () => { } /> } /> } /> - } />