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; */} -`; -