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";

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@ import {Layout} from "./Customizations/Layout";
import {readFileSync, writeFile, writeFileSync} from "fs";
import Locale from "./UI/i18n/Locale";
import svg2img from 'promise-svg2img';
import Translation from "./UI/i18n/Translation";
import {Translation} from "./UI/i18n/Translations";
import Translations from "./UI/i18n/Translations";