forked from MapComplete/MapComplete
Remove obsolete import
This commit is contained in:
parent
8423793a7f
commit
92887e6e01
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
import { UIEventSource } from "../UIEventSource"
|
import { UIEventSource } from "../UIEventSource"
|
||||||
import UserDetails, { OsmConnection } from "./OsmConnection"
|
import UserDetails, { OsmConnection } from "./OsmConnection"
|
||||||
import { Utils } from "../../Utils"
|
import { Utils } from "../../Utils"
|
||||||
import { DomEvent } from "leaflet"
|
|
||||||
import preventDefault = DomEvent.preventDefault
|
|
||||||
|
|
||||||
export class OsmPreferences {
|
export class OsmPreferences {
|
||||||
public preferences = new UIEventSource<Record<string, string>>({}, "all-osm-preferences")
|
public preferences = new UIEventSource<Record<string, string>>({}, "all-osm-preferences")
|
||||||
|
|
Loading…
Add table
Reference in a new issue