mapcomplete/notfound.ts

5 lines
155 B
TypeScript
Raw Normal View History

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