aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/dispatcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/dispatcher.js')
-rw-r--r--frontend/src/dispatcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/dispatcher.js b/frontend/src/dispatcher.js
index 881970f..ef5dbde 100644
--- a/frontend/src/dispatcher.js
+++ b/frontend/src/dispatcher.js
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-const _ = require('lodash');
+const _ = require("lodash");
class Dispatcher {