import SvelteUIElement from "./UI/Base/SvelteUIElement"
import Test from "./UI/Test.svelte"
new Test({
target: document.getElementById("maindiv"),
})