forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
941f392f7d
commit
37a76110be
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ DefaultGuiState.state = guiState;
|
|||
// This 'leaks' the global state via the window object, useful for debugging
|
||||
// @ts-ignore
|
||||
window.mapcomplete_state = State.state;
|
||||
new DefaultGUI(State.state, guiState)
|
||||
new DefaultGUI(State.state, guiState).setup()
|
||||
|
|
Loading…
Reference in a new issue