MapComplete/src/notfound.ts
2023-07-09 13:09:05 +02:00

4 lines
155 B
TypeScript

import SvelteUIElement from "./UI/Base/SvelteUIElement"
import NotFound from "./UI/NotFound.svelte"
new SvelteUIElement(NotFound, {}).AttachTo("maindiv")