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