Sample jsx components. React-redux.

This commit is contained in:
Rodrigo Pedroso 2019-06-19 14:49:50 -04:00
commit fbf7a5452c
5 changed files with 114 additions and 9 deletions

View file

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