Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74ea8e2

Browse files
authored
removed bindActionCreators - unused.
1 parent 1ffe590 commit 74ea8e2

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)