Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
reprograma
Wallet Frontend
Commits
424b04f0
Verified
Commit
424b04f0
authored
Dec 03, 2019
by
reprograma
Browse files
update configure-store.dev
parent
72fa7fd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/store/configure-store.dev.js
View file @
424b04f0
import
{
createStore
,
applyMiddleware
}
from
'
redux
'
;
import
{
composeWithDevTools
}
from
'
redux-devtools-extension
/developmentOnly
'
;
import
{
composeWithDevTools
}
from
'
redux-devtools-extension
'
;
import
thunk
from
'
redux-thunk
'
;
import
rootReducer
from
'
../reducers
'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment