diff --git a/src/index_theme.ts.template b/src/index_theme.ts.template index 200b3782c..68b8ad946 100644 --- a/src/index_theme.ts.template +++ b/src/index_theme.ts.template @@ -1,6 +1,6 @@ import ThemeViewState from "./src/Models/ThemeViewState" import ThemeViewGUI from "./src/UI/ThemeViewGUI.svelte" -import LayoutConfig from "./src/Models/ThemeConfig/LayoutConfig"; +import ThemeConfig from "./src/Models/ThemeConfig/ThemeConfig"; import MetaTagging from "./src/Logic/MetaTagging"; import { FixedUiElement } from "./src/UI/Base/FixedUiElement"; import { Utils } from "./src/Utils" @@ -49,7 +49,7 @@ async function main() { MetaTagging.setThemeMetatagging(new ThemeMetaTagging()) // LAYOUT.ADD_LAYERS // LAYOUT.ADD_CONFIG - const state = new ThemeViewState(new LayoutConfig( layout), availableLayers) + const state = new ThemeViewState(new ThemeConfig( layout), availableLayers) const target = document.getElementById("maindiv") const childs = Array.from(target.children) new ThemeViewGUI({