diff options
author | Vitaly Takmazov | 2019-10-29 17:11:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 522a1cdbaf0f478fb23a9f770b9caf732ea13803 (patch) | |
tree | 2baf7497f4c4717ee423c227e2ba24a22b44c27c /vnext/package.json | |
parent | 713566a435fea6c00cbd2e37d7c8c2a54ef2895d (diff) |
Hide header on scroll (mobile only)
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index 3f77fdf8..695ec898 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -86,6 +86,7 @@ "react-cookies": "^0.1.1", "react-dom": "16.11.0", "react-router-dom": "^5.1.2", + "react-use": "^12.9.1", "react-use-form-state": "^0.11.0", "regenerator-runtime": "^0.13.3", "svg4everybody": "^2.1.9", |