aboutsummaryrefslogtreecommitdiff
path: root/modern/src/index.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/index.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/index.js')
-rw-r--r--modern/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/index.js b/modern/src/index.js
index f501a08..0c5361f 100644
--- a/modern/src/index.js
+++ b/modern/src/index.js
@@ -6,7 +6,7 @@ import { Provider } from 'react-redux';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
-import store from './store';
+import store from 'src/store';
ReactDOM.render((
<Provider store={store}>