diff --git a/webmap/src/control/ContextMenuControl.ts b/webmap/src/control/ContextMenuControl.ts index 1e2c1325a..9d8eb06cf 100644 --- a/webmap/src/control/ContextMenuControl.ts +++ b/webmap/src/control/ContextMenuControl.ts @@ -2,7 +2,6 @@ import * as L from "leaflet"; import {Pl3xMap} from "../Pl3xMap"; import {ContextMenuItemType} from "../settings/WorldSettings"; import {insertCss, removeCss} from "../util/Util"; -import Pl3xMapLeafletMap from "../map/Pl3xMapLeafletMap"; export default class ContextMenuControl extends L.Control { private readonly _pl3xmap: Pl3xMap;