#2, Реализована возможность добавления цитат
Showing
This diff is collapsed.
... | ... | @@ -6,9 +6,14 @@ |
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.5.0", | ||
"@testing-library/user-event": "^7.2.1", | ||
"axios": "^0.19.2", | ||
"bootstrap": "^4.4.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "3.4.1" | ||
"react-router": "^5.1.2", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.4.1", | ||
"reactstrap": "^8.4.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
src/App.js
deleted
100644 → 0
src/axios-quote.js
0 → 100644
src/containers/App.js
0 → 100644
src/quotes-categories.js
0 → 100644
Please
register
or
sign in
to comment