diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-09 19:51:11 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-09 19:51:11 +0300 |
commit | 74d34ff5072d2582cf825121e901eed3401e63b9 (patch) | |
tree | e235167dae7738f2e479bba56dc9ccea1e28656f /package.json | |
parent | 236062c6c6278c4b433463fef9fa37eebf3fd760 (diff) | |
download | which-ui-74d34ff5072d2582cf825121e901eed3401e63b9.tar.gz |
chore: install SWR
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 57a1caa..453acc2 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "react-virtualized": "^9.21.2", + "swr": "^0.3.0", "typeface-roboto": "0.0.75", "which-types": "^1.6.1" }, |