Fix build

This commit is contained in:
pietervdvn 2022-01-31 15:09:03 +01:00
parent 5a9f26081c
commit 59ab86c9fb

View file

@ -12,7 +12,6 @@ export default class State extends FeaturePipelineState {
constructor(layoutToUse: LayoutConfig) {
super(layoutToUse)
window["mapcomplete_state"]= this;
}