forked from MapComplete/MapComplete
Scripts: automatically download statistics every day and upload them, remove dependency on github
This commit is contained in:
parent
d844434267
commit
321c55e0d2
3 changed files with 5 additions and 11 deletions
|
@ -1,11 +1,5 @@
|
|||
import StatusGUI from "./Status/StatusGUI.svelte"
|
||||
|
||||
export default class StatusGui {
|
||||
public setup() {
|
||||
new StatusGUI({
|
||||
target: document.getElementById("main"),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
new StatusGui().setup()
|
||||
new StatusGUI({
|
||||
target: document.getElementById("main")
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue