Skip to content

Commit

Permalink
Merge pull request #4439 from kobotoolbox/release-2.023.12-formbuilde…
Browse files Browse the repository at this point in the history
…r-library-dragdrop-fix

Ensure the surveyCompanionStore is imported correctly
  • Loading branch information
jnm authored May 10, 2023
2 parents 33cf47b + 3238129 commit 2ffec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Outlet } from "react-router-dom";
import reactMixin from 'react-mixin';
import Reflux from 'reflux';
import {stores} from 'js/stores';
import {surveyCompanionStore} from 'js/surveyCompanionStore'; // importing it so it exists
import 'js/surveyCompanionStore'; // importing it so it exists
import {} from 'js/bemComponents'; // importing it so it exists
import bem from 'js/bem';
import mixins from 'js/mixins';
Expand Down

0 comments on commit 2ffec2c

Please sign in to comment.