Fix build

This commit is contained in:
pietervdvn 2022-04-08 18:17:01 +02:00
parent 941f392f7d
commit 37a76110be

View file

@ -62,4 +62,4 @@ DefaultGuiState.state = guiState;
// This 'leaks' the global state via the window object, useful for debugging // This 'leaks' the global state via the window object, useful for debugging
// @ts-ignore // @ts-ignore
window.mapcomplete_state = State.state; window.mapcomplete_state = State.state;
new DefaultGUI(State.state, guiState) new DefaultGUI(State.state, guiState).setup()