Fix deploy

This commit is contained in:
Pieter Vander Vennet 2020-11-02 12:00:50 +01:00
parent 889953226a
commit 6118d734c0
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import {UIElement} from "../UI/UIElement";
import Translations from "../UI/i18n/Translations";
import Combine from "../UI/Base/Combine";
import State from "../State";
import Translation from "../UI/i18n/Translation";
import {Translation} from "../UI/i18n/Translations";
import LayerConfig from "./JSON/LayerConfig";
import {LayoutConfigJson} from "./JSON/LayoutConfigJson";
import TagRenderingConfig from "./JSON/TagRenderingConfig";