MapComplete/src/UI/StatusGui.ts

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

6 lines
115 B
TypeScript
Raw Normal View History

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