mapcomplete/notfound.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
255 B
TypeScript
Raw Normal View History

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"
new Combine([new FixedUiElement("This page is not found"), new BackToIndex()]).AttachTo("maindiv")