From 0554e1c2ab7f29e84165d3e9ac781e372fb30c83 Mon Sep 17 00:00:00 2001 From: Swapnil Aichbhaumik Date: Fri, 16 Dec 2022 16:36:34 +0530 Subject: [PATCH] Update Events.jsx --- frontend/src/components/Events.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/components/Events.jsx b/frontend/src/components/Events.jsx index 56df3a8..4bcb088 100644 --- a/frontend/src/components/Events.jsx +++ b/frontend/src/components/Events.jsx @@ -76,10 +76,4 @@ function Events() { export default Events; -const Container = styled.div` - - ${'' /* width: 70%; */} - ${'' /* height: 100vh; */} -`; -