2021-12-21 19:09:24 +01:00
|
|
|
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
|
|
|
import Combine from "./UI/Base/Combine";
|
2022-01-18 21:26:07 +01:00
|
|
|
import BackToIndex from "./UI/BigComponents/BackToIndex";
|
2021-12-21 19:09:24 +01:00
|
|
|
|
|
|
|
new Combine([new FixedUiElement("This page is not found"),
|
2022-01-18 21:26:07 +01:00
|
|
|
new BackToIndex()]).AttachTo("maindiv")
|