mapcomplete/StylesheetTestGui.ts

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

5 lines
181 B
TypeScript
Raw Normal View History

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