MapComplete/src/UI/StudioGui.ts

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

6 lines
107 B
TypeScript
Raw Normal View History

2023-06-16 02:36:11 +02:00
import StudioGUI from "./StudioGUI.svelte"
2025-02-08 23:21:34 +01:00
new StudioGUI({
target: document.getElementById("main")
})