MapComplete/src/notfound.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
110 B
TypeScript
Raw Normal View History

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