First steps for import helper
This commit is contained in:
parent
5c71bfa294
commit
8cb41d14ff
12 changed files with 217 additions and 146 deletions
|
@ -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")
|
Loading…
Add table
Add a link
Reference in a new issue