forked from MapComplete/MapComplete
Fix: fix back-button on the 404-page, remove some obsolete classes
This commit is contained in:
parent
fa650cc8d2
commit
006f69561a
18 changed files with 89 additions and 84 deletions
|
@ -1,5 +1,4 @@
|
|||
import { FixedUiElement } from "./UI/Base/FixedUiElement"
|
||||
import Combine from "./UI/Base/Combine"
|
||||
import BackToIndex from "./UI/BigComponents/BackToIndex"
|
||||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import NotFound from "./UI/NotFound.svelte"
|
||||
|
||||
new Combine([new FixedUiElement("This page is not found"), new BackToIndex()]).AttachTo("maindiv")
|
||||
new SvelteUIElement(NotFound, {}).AttachTo("maindiv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue