mapcomplete/notfound.ts

6 lines
255 B
TypeScript
Raw Normal View History

2022-09-08 21:40:48 +02:00
import { FixedUiElement } from "./UI/Base/FixedUiElement"
import Combine from "./UI/Base/Combine"
import BackToIndex from "./UI/BigComponents/BackToIndex"
2022-09-08 21:40:48 +02:00
new Combine([new FixedUiElement("This page is not found"), new BackToIndex()]).AttachTo("maindiv")