From c59fcf861a77232ea2d9bd53e578788b33ff93ae Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet 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 @@ MapComplete statistics - - -
Loading statistics...
+
Loading inspector...
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 @@ MapComplete statistics - -