diff options
author | ditoaugusta <dt_ap@ymail.com> | 2020-03-25 00:24:33 +0700 |
---|---|---|
committer | ditoaugusta <dt_ap@ymail.com> | 2020-03-25 00:24:33 +0700 |
commit | 506fe663e2e3b9ffe9764f5c06b04524c4793534 (patch) | |
tree | 592318f13ce3d2e66294d95bb2b603cd20b43735 /modern/src/SocketController.js | |
parent | 2f8ae58f4f5cde892b4b6981a83a37edc1422a2c (diff) | |
download | trackermap-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.tar.gz trackermap-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.tar.bz2 trackermap-web-506fe663e2e3b9ffe9764f5c06b04524c4793534.zip |
delete module subfolder. edit relative path.
Diffstat (limited to 'modern/src/SocketController.js')
-rw-r--r-- | modern/src/SocketController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/SocketController.js b/modern/src/SocketController.js index 10db17a4..03f6e4cc 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) { |