forked from MapComplete/MapComplete
Chore: remove unused imports
This commit is contained in:
parent
a6d07c50a1
commit
c59fcf861a
3 changed files with 3 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue