mapcomplete/src/StylesheetTestGui.ts

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

6 lines
135 B
TypeScript
Raw Normal View History

import StylesheetTestGui from "./UI/StylesheetTestGui.svelte"
new StylesheetTestGui({
2024-06-16 19:00:43 +02:00
target: document.getElementById("main"),
})