MapComplete/src/UI/InspectorGUI.ts

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

8 lines
152 B
TypeScript
Raw Normal View History

2024-11-25 23:44:26 +01:00
import InspectorGUI from "./InspectorGUI.svelte"
2024-12-19 13:59:40 +01:00
const target = document.getElementById("main")
target.innerHTML = ""
2024-11-25 23:44:26 +01:00
new InspectorGUI({
2024-12-19 13:59:40 +01:00
target
2024-11-25 23:44:26 +01:00
})