From c59fcf861a77232ea2d9bd53e578788b33ff93ae Mon Sep 17 00:00:00 2001
From: Pieter Vander Vennet <pietervdvn@posteo.net>
Date: Fri, 6 Dec 2024 00:46:33 +0100
Subject: [PATCH] Chore: remove unused imports

---
 inspector.html                             | 4 +---
 src/Logic/Search/OpenLocationCodeSearch.ts | 9 ++-------
 statistics.html                            | 2 --
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/inspector.html b/inspector.html
index 624f10ca9..8f6f088bd 100644
--- a/inspector.html
+++ b/inspector.html
@@ -5,14 +5,12 @@
   <title>MapComplete statistics</title>
   <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
   <link href="./css/mobile.css" rel="stylesheet"/>
-  <link href="./css/openinghourstable.css" rel="stylesheet"/>
   <link href="./css/tagrendering.css" rel="stylesheet"/>
-  <link href="css/ReviewElement.css" rel="stylesheet"/>
   <link href="./css/index-tailwind-output.css" rel="stylesheet"/>
   <link href="./css/wikipedia.css" rel="stylesheet"/>
 </head>
 <body>
-<div id="main">Loading statistics...</div>
+<div id="main">Loading inspector...</div>
 <script src="./src/UI/InspectorGUI.svelte" type="module"></script>
 <script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
 
diff --git a/src/Logic/Search/OpenLocationCodeSearch.ts b/src/Logic/Search/OpenLocationCodeSearch.ts
index 299ced97f..a41fd3772 100644
--- a/src/Logic/Search/OpenLocationCodeSearch.ts
+++ b/src/Logic/Search/OpenLocationCodeSearch.ts
@@ -1,10 +1,5 @@
-import { Store, Stores, UIEventSource } from "../UIEventSource"
-import GeocodingProvider, {
-    GeocodeResult,
-    GeocodingOptions,
-    ReverseGeocodingProvider,
-    ReverseGeocodingResult,
-} from "./GeocodingProvider"
+import { Store, Stores } from "../UIEventSource"
+import GeocodingProvider, { GeocodeResult, GeocodingOptions } from "./GeocodingProvider"
 import { decode as pluscode_decode } from "pluscodes"
 
 export default class OpenLocationCodeSearch implements GeocodingProvider {
diff --git a/statistics.html b/statistics.html
index 35b3cf327..6b62b9d56 100644
--- a/statistics.html
+++ b/statistics.html
@@ -5,9 +5,7 @@
   <title>MapComplete statistics</title>
   <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
   <link href="./css/mobile.css" rel="stylesheet"/>
-  <link href="./css/openinghourstable.css" rel="stylesheet"/>
   <link href="./css/tagrendering.css" rel="stylesheet"/>
-  <link href="css/ReviewElement.css" rel="stylesheet"/>
   <link href="./css/index-tailwind-output.css" rel="stylesheet"/>
   <link href="./css/wikipedia.css" rel="stylesheet"/>
 </head>