Fix: fix back-button on the 404-page, remove some obsolete classes

This commit is contained in:
Pieter Vander Vennet 2023-06-29 01:10:55 +02:00
parent fa650cc8d2
commit 006f69561a
18 changed files with 89 additions and 84 deletions

View file

@ -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")