create axios call API
Showing
... | @@ -49,6 +49,7 @@ | ... | @@ -49,6 +49,7 @@ |
], | ], | ||
"dependencies": { | "dependencies": { | ||
"amazon-cognito-identity-js": "^5.0.3", | "amazon-cognito-identity-js": "^5.0.3", | ||
"axios": "^0.21.1", | |||
"bootstrap": "4.3.1", | "bootstrap": "4.3.1", | ||
"classnames": "2.2.6", | "classnames": "2.2.6", | ||
"headroom.js": "0.11.0", | "headroom.js": "0.11.0", | ||
... | @@ -64,6 +65,7 @@ | ... | @@ -64,6 +65,7 @@ |
"react-router-dom": "5.1.2", | "react-router-dom": "5.1.2", | ||
"react-scripts": "3.3.1", | "react-scripts": "3.3.1", | ||
"reactstrap": "8.4.1", | "reactstrap": "8.4.1", | ||
"redux-saga": "^1.1.3", | |||
"uuid": "^8.3.2" | "uuid": "^8.3.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
src/constans/Profile.js
0 → 100644
src/store/index.js
0 → 100644
src/store/sagas/index.js
0 → 100644
Please register or sign in to comment