MapComplete/src/privacy_index.ts

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

5 lines
112 B
TypeScript
Raw Normal View History

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