MapComplete/src/privacy_index.ts

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

5 lines
113 B
TypeScript
Raw Normal View History

import PrivacyGui from "./UI/PrivacyGui.svelte"
new PrivacyGui({
2024-06-16 16:06:26 +02:00
target: document.getElementById("main"),
})