Fixed use of redux action

This commit is contained in:
Rodrigo Pedroso 2019-06-19 16:37:03 -04:00
commit b556441459
7 changed files with 94 additions and 8 deletions

View file

@ -32,6 +32,7 @@
"devDependencies": {
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-saga": "^1.0.3",
"uuid": "^3.3.2"
}
}