Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Apr 5, 2024
1 parent d8aa273 commit 26450a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webmap/src/control/ContextMenuControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 26450a2

Please sign in to comment.