MapComplete/src/notfound.ts

6 lines
110 B
TypeScript
Raw Normal View History

import NotFound from "./UI/NotFound.svelte"
new NotFound({
target: document.getElementById("maindiv")
})