MapComplete/src/UI/InspectorGUI.ts

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

6 lines
117 B
TypeScript
Raw Normal View History

2024-11-25 23:44:26 +01:00
import InspectorGUI from "./InspectorGUI.svelte"
new InspectorGUI({
target: document.getElementById("main"),
})