MapComplete/src/privacy_index.ts

4 lines
157 B
TypeScript
Raw Normal View History

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