From 7c121537c0075cb4b57aee5771ae839f95af0ec6 Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Sun, 27 Nov 2022 12:35:25 -0500 Subject: [PATCH] fix: remove unused variable causing warning logs --- src/App.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/App.js b/src/App.js index 43931f5..75a3633 100644 --- a/src/App.js +++ b/src/App.js @@ -40,13 +40,6 @@ const AppLabel = styled.span` font-size: 18px; font-weight: bold; `; -const CloseButton = styled.span` - padding: 2px 3px; - background-color: black; - border-radius: 50%; - color: white; - position: absolute; -`; function App() { const [city, updateCity] = useState();