diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-03 21:00:56 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-03 21:00:56 +0300 |
commit | d1ae44a8158a00d642e6c79a80420f585eef2b05 (patch) | |
tree | de06e4fe34b301a35cad349e62bce962eebb834b /package.json | |
parent | 3dbde4e742d34c767d433057ff9280fd82d59f76 (diff) | |
download | which-ui-d1ae44a8158a00d642e6c79a80420f585eef2b05.tar.gz |
feat: fetch feedbacks and display app rating
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d0cd06b..40797fe 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", + "@material-ui/lab": "^4.0.0-alpha.56", "axios": "^0.19.2", "lodash": "^4.17.15", "notistack": "^0.9.17", |