forked from MapComplete/MapComplete
Add simple status page
This commit is contained in:
parent
bdea29eea1
commit
811bcecea4
6 changed files with 354 additions and 3 deletions
11
src/UI/StatusGui.ts
Normal file
11
src/UI/StatusGui.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import StatusGUI from "./Status/StatusGUI.svelte"
|
||||
|
||||
export default class StatusGui {
|
||||
public setup() {
|
||||
new StatusGUI({
|
||||
target: document.getElementById("main"),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
new StatusGui().setup()
|
Loading…
Add table
Add a link
Reference in a new issue