Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孙凯
7 years ago
Commit
c318ff4cde96c4ca9672e1e014cd5c4f0db3138b
1 parent
1bc9ecec
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/alliance/store/configureStore.js
js/alliance/store/configureStore.js
View file @
c318ff4
...
...
@@ -13,7 +13,7 @@
*/
import
{
createStore
,
applyMiddleware
}
from
'redux'
;
import
thunk
from
'redux-thunk'
;
import
createLogger
from
'redux-logger'
;
import
{
createLogger
}
from
'redux-logger'
;
/**
* ## Reducer
...
...
Please
register
or
login
to post a comment