Fix build

This commit is contained in:
Pieter Vander Vennet 2020-06-29 03:16:34 +02:00
parent 8bca006787
commit 6d4f5a50f2
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import {LayerDefinition} from "../LayerDefinition";
import {FixedUiElement} from "../UI/FixedUiElement";
import {FixedUiElement} from "../UI/Base/FixedUiElement";
import L from "leaflet";
import {CommonTagMappings} from "./CommonTagMappings";
import {TagMappingOptions} from "../UI/TagMapping";