MapComplete/src/UI/StatusGui.ts

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

6 lines
114 B
TypeScript
Raw Normal View History

2024-07-14 03:55:47 +02:00
import StatusGUI from "./Status/StatusGUI.svelte"
new StatusGUI({
target: document.getElementById("main")
})