Fix deploy
This commit is contained in:
parent
889953226a
commit
6118d734c0
3 changed files with 3 additions and 3 deletions
|
@ -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
|
@ -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";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue