diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-11 04:25:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 04:25:24 +0300 |
commit | f0f192e09993eedc2c9596bcdb520a96f5cfacdb (patch) | |
tree | b94e8c0841521a50628574899f9a7ad5f5c7cf0c /package.json | |
parent | 9473f8836bc65d1e0ea87607def54b86d719bbc8 (diff) | |
parent | b85725ec0fd5088a619a20d2a6370b1f4a38cc22 (diff) | |
download | which-ui-f0f192e09993eedc2c9596bcdb520a96f5cfacdb.tar.gz |
Merge pull request #24 from ilyayudovin/requests
Configure requests and integrate Feed component
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 b57298f..9863e0e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", + "axios": "^0.19.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1", |