We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffe590 commit 74ea8e2Copy full SHA for 74ea8e2
app/redux/configureStore.js
@@ -1,6 +1,6 @@
1
import { applyMiddleware, combineReducers, createStore } from 'redux'
2
import { bindActionCreatorsToStore } from 'redux-module-builder';
3
-import { bindActionCreators, compose } from 'redux'
+import { compose } from 'redux'
4
import thunkMiddleware from 'redux-thunk'
5
import {persistStore, autoRehydrate} from 'redux-persist'
6
import {AsyncStorage} from 'react-native'
0 commit comments