We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33cf47b + 3238129 commit 2ffec2cCopy full SHA for 2ffec2c
jsapp/js/app.js
@@ -9,7 +9,7 @@ import { Outlet } from "react-router-dom";
9
import reactMixin from 'react-mixin';
10
import Reflux from 'reflux';
11
import {stores} from 'js/stores';
12
-import {surveyCompanionStore} from 'js/surveyCompanionStore'; // importing it so it exists
+import 'js/surveyCompanionStore'; // importing it so it exists
13
import {} from 'js/bemComponents'; // importing it so it exists
14
import bem from 'js/bem';
15
import mixins from 'js/mixins';
0 commit comments