forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
80168f5d0d
919 changed files with 95585 additions and 8504 deletions
10
src/UI/StudioGui.ts
Normal file
10
src/UI/StudioGui.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import SvelteUIElement from "./Base/SvelteUIElement"
|
||||
import StudioGUI from "./StudioGUI.svelte"
|
||||
|
||||
export default class StudioGui {
|
||||
public setup() {
|
||||
new SvelteUIElement(StudioGUI, {}).AttachTo("main")
|
||||
}
|
||||
}
|
||||
|
||||
new StudioGui().setup()
|
Loading…
Add table
Add a link
Reference in a new issue