Chore: remove unused imports

This commit is contained in:
Pieter Vander Vennet 2024-12-06 00:46:33 +01:00
parent a6d07c50a1
commit c59fcf861a
3 changed files with 3 additions and 12 deletions

View file

@ -5,14 +5,12 @@
<title>MapComplete statistics</title> <title>MapComplete statistics</title>
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
<link href="./css/mobile.css" rel="stylesheet"/> <link href="./css/mobile.css" rel="stylesheet"/>
<link href="./css/openinghourstable.css" rel="stylesheet"/>
<link href="./css/tagrendering.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/index-tailwind-output.css" rel="stylesheet"/>
<link href="./css/wikipedia.css" rel="stylesheet"/> <link href="./css/wikipedia.css" rel="stylesheet"/>
</head> </head>
<body> <body>
<div id="main">Loading statistics...</div> <div id="main">Loading inspector...</div>
<script src="./src/UI/InspectorGUI.svelte" type="module"></script> <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> <script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>

View file

@ -1,10 +1,5 @@
import { Store, Stores, UIEventSource } from "../UIEventSource" import { Store, Stores } from "../UIEventSource"
import GeocodingProvider, { import GeocodingProvider, { GeocodeResult, GeocodingOptions } from "./GeocodingProvider"
GeocodeResult,
GeocodingOptions,
ReverseGeocodingProvider,
ReverseGeocodingResult,
} from "./GeocodingProvider"
import { decode as pluscode_decode } from "pluscodes" import { decode as pluscode_decode } from "pluscodes"
export default class OpenLocationCodeSearch implements GeocodingProvider { export default class OpenLocationCodeSearch implements GeocodingProvider {

View file

@ -5,9 +5,7 @@
<title>MapComplete statistics</title> <title>MapComplete statistics</title>
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
<link href="./css/mobile.css" rel="stylesheet"/> <link href="./css/mobile.css" rel="stylesheet"/>
<link href="./css/openinghourstable.css" rel="stylesheet"/>
<link href="./css/tagrendering.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/index-tailwind-output.css" rel="stylesheet"/>
<link href="./css/wikipedia.css" rel="stylesheet"/> <link href="./css/wikipedia.css" rel="stylesheet"/>
</head> </head>