yarn file fix
Showing
Dockerfile
0 → 100644
nginx/nginx.conf
0 → 100644
... | @@ -6,7 +6,10 @@ | ... | @@ -6,7 +6,10 @@ |
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | "@testing-library/user-event": "^12.1.10", | ||
"axios": "^0.21.1", | |||
"bootstrap": "^5.0.0", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | |||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | "react-google-login": "^5.2.2", | ||
"react-router": "^5.2.0", | "react-router": "^5.2.0", | ||
... | ... |
src/actions/apiRequests.js
0 → 100644
src/component/Product.jsx
0 → 100644
src/config.js
0 → 100644
src/styles/Product.css
0 → 100644
src/styles/ProductGrid.css
0 → 100644
This diff is collapsed.
Please register or sign in to comment