update redux
Showing
... | ... | @@ -21,10 +21,14 @@ |
"react-icons": "^3.7.0", | ||
"react-mapbox-gl": "^4.6.0", | ||
"react-paginate": "^6.3.0", | ||
"react-redux": "^7.1.0", | ||
"react-router-dom": "^5.0.1", | ||
"react-scripts": "3.0.1", | ||
"react-spinners": "^0.5.13", | ||
"recharts": "^1.6.2" | ||
"recharts": "^1.6.2", | ||
"redux": "^4.0.4", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
src/components/AlertBox.js
0 → 100644
src/redux/actions/alertAction.js
0 → 100644
src/redux/actions/fireStoreAction.js
0 → 100644
src/redux/reducers/alertReducer.js
0 → 100644
src/redux/reducers/fireStoreReducer.js
0 → 100644
src/redux/reducers/index.js
0 → 100644
Please
register
or
sign in
to comment