diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-03 22:09:22 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-03 22:09:46 +0300 |
commit | 3cd9081939d2f22221065018cb501441528257fc (patch) | |
tree | 51e96e803984e6ed39c27f3fc88ed92dedbd884f /package.json | |
parent | af51f6c8a6fabdd8e578e13599b33f121f483a52 (diff) | |
download | which-ui-3cd9081939d2f22221065018cb501441528257fc.tar.gz |
feat: adapt header for mobile devices
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 40797fe..67164a7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lodash": "^4.17.15", "notistack": "^0.9.17", "react": "^16.13.1", + "react-device-detect": "^1.13.1", "react-dom": "^16.13.1", "react-icons": "^3.10.0", "react-scripts": "3.4.1", |