Remove obsolete import

This commit is contained in:
Pieter Vander Vennet 2023-02-02 18:31:44 +01:00
parent 8423793a7f
commit 92887e6e01

View file

@ -1,8 +1,6 @@
import { UIEventSource } from "../UIEventSource"
import UserDetails, { OsmConnection } from "./OsmConnection"
import { Utils } from "../../Utils"
import { DomEvent } from "leaflet"
import preventDefault = DomEvent.preventDefault
export class OsmPreferences {
public preferences = new UIEventSource<Record<string, string>>({}, "all-osm-preferences")