aboutsummaryrefslogtreecommitdiff
path: root/modern/src/index.js
diff options
context:
space:
mode:
authorditoaugusta <dt_ap@ymail.com>2020-03-25 14:08:05 +0700
committerditoaugusta <dt_ap@ymail.com>2020-03-25 14:08:05 +0700
commit37f8b1cd81614ed9281647b326a30d58123c5942 (patch)
tree81b7a13c0c3fc4da12182ee20518f021406def9b /modern/src/index.js
parent4d200181a6a97c8143d0843f07d90072ef35e25c (diff)
downloadetbsa-traccar-web-37f8b1cd81614ed9281647b326a30d58123c5942.tar.gz
etbsa-traccar-web-37f8b1cd81614ed9281647b326a30d58123c5942.tar.bz2
etbsa-traccar-web-37f8b1cd81614ed9281647b326a30d58123c5942.zip
delete jsconfig. edit import
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 0c5361f..f501a08 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 'src/store';
+import store from './store';
ReactDOM.render((
<Provider store={store}>