First steps for import helper

This commit is contained in:
Pieter Vander Vennet 2022-01-18 21:26:07 +01:00
parent 5c71bfa294
commit 8cb41d14ff
12 changed files with 217 additions and 146 deletions

View file

@ -1,11 +1,6 @@
import {FixedUiElement} from "./UI/Base/FixedUiElement";
import Combine from "./UI/Base/Combine";
import {SubtleButton} from "./UI/Base/SubtleButton";
import Svg from "./Svg";
import BackToIndex from "./UI/BigComponents/BackToIndex";
new Combine([new FixedUiElement("This page is not found"),
new SubtleButton(Svg.back_svg(), "Back to index", {
url: "./index.html",
newTab: false
})
]).AttachTo("maindiv")
new BackToIndex()]).AttachTo("maindiv")