aboutsummaryrefslogtreecommitdiff
path: root/modern/src/SocketController.js
diff options
context:
space:
mode:
authorditoaugusta <dt_ap@ymail.com>2020-03-25 00:24:33 +0700
committerditoaugusta <dt_ap@ymail.com>2020-03-25 00:24:33 +0700
commit506fe663e2e3b9ffe9764f5c06b04524c4793534 (patch)
tree592318f13ce3d2e66294d95bb2b603cd20b43735 /modern/src/SocketController.js
parent2f8ae58f4f5cde892b4b6981a83a37edc1422a2c (diff)
downloadetbsa-traccar-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.tar.gz
etbsa-traccar-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.tar.bz2
etbsa-traccar-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.zip
delete module subfolder. edit relative path.
Diffstat (limited to 'modern/src/SocketController.js')
-rw-r--r--modern/src/SocketController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/SocketController.js b/modern/src/SocketController.js
index 10db17a..03f6e4c 100644
--- a/modern/src/SocketController.js
+++ b/modern/src/SocketController.js
@@ -1,6 +1,6 @@
import { Component } from 'react';
import { connect } from 'react-redux';
-import { positionsActions, devicesActions } from 'store/modules';
+import { positionsActions, devicesActions } from 'src/store';
const displayNotifications = events => {
if ("Notification" in window) {