Skip to content

Commit 32f698d

Browse files
authored
Merge pull request #1 from carllippert/patch-1
removed bindActionCreators - unused.
2 parents 64c5ece + 74ea8e2 commit 32f698d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/redux/configureStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { applyMiddleware, combineReducers, createStore } from 'redux'
22
import { bindActionCreatorsToStore } from 'redux-module-builder';
3-
import { bindActionCreators, compose } from 'redux'
3+
import { compose } from 'redux'
44
import thunkMiddleware from 'redux-thunk'
55
import {persistStore, autoRehydrate} from 'redux-persist'
66
import {AsyncStorage} from 'react-native'

0 commit comments

Comments
 (0)