Added favorites. Currently stored in the redux store. (Needs to be in a cookie).
... | ... | @@ -9,6 +9,7 @@ |
"immutability-helper": "^2.3.0", | ||
"material-ui": "next", | ||
"material-ui-icons": "^1.0.0-alpha.19", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.6.1", | ||
"react-autosuggest": "^9.3.2", | ||
"react-dom": "^15.6.1", | ||
... | ... |
Please register or sign in to comment