mapcomplete/src/test.ts

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

5 lines
139 B
TypeScript
Raw Normal View History

import SvelteUIElement from "./UI/Base/SvelteUIElement"
import Test from "./UI/Test.svelte"
2024-02-20 02:01:08 +01:00
2024-03-19 01:32:06 +01:00
new SvelteUIElement(Test).AttachTo("maindiv")