From 2b1362b9a94ef8d003b5c06ba92e597e19981b9a Mon Sep 17 00:00:00 2001 From: a-thansen <102360418+a-thansen@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:58:58 +0200 Subject: [PATCH] Clean up --- .../Components/Conditions/ConditionsMap.tsx | 3 +- frontend/src/Components/Map/Search.tsx | 19 +- frontend/src/Components/Navbar.tsx | 32 -- frontend/src/models/search.ts | 454 ------------------ 4 files changed, 15 insertions(+), 493 deletions(-) delete mode 100644 frontend/src/Components/Navbar.tsx delete mode 100644 frontend/src/models/search.ts diff --git a/frontend/src/Components/Conditions/ConditionsMap.tsx b/frontend/src/Components/Conditions/ConditionsMap.tsx index fd4302ec..9342bb79 100644 --- a/frontend/src/Components/Conditions/ConditionsMap.tsx +++ b/frontend/src/Components/Conditions/ConditionsMap.tsx @@ -8,7 +8,6 @@ import { Feature, FeatureCollection } from 'geojson'; import Zoom from '../Map/Zoom'; import { MAP_OPTIONS } from './constants'; -import Navbar from '../../Components/Navbar'; import Search from '../Map/Search'; import '../../css/navbar.css'; import '../../css/search.css'; @@ -411,7 +410,7 @@ const ConditionsMap = (props: any) => {
- + {}} />