diff options
author | eug-vs <eug-vs@keemail.me> | 2020-11-15 06:50:36 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-11-15 06:50:36 +0300 |
commit | b93852c46e92a0000ac08394449d924252b2bf1a (patch) | |
tree | 51aa5ae34cd452b068f1a6e6a7e50a9a2c37e8cb /package.json | |
parent | c2628857df0c29053c652fee5ffb3a88b6d6b824 (diff) | |
download | famcs-kit-b93852c46e92a0000ac08394449d924252b2bf1a.tar.gz |
chore: install material icons
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 124eb76..17c7111 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "homepage": "https://eug-vs.github.io/famcs-kit", "dependencies": { "@material-ui/core": "^4.11.0", + "@material-ui/icons": "^4.9.1", "lodash": "^4.17.20", "react": "^17.0.1", "react-benzin": "^4.0.1", |