first commit
Showing
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"react": "^18.3.1", | "react": "^18.3.1", | ||
"react-dom": "^18.3.1", | "react-dom": "^18.3.1", | ||
"react-router-dom": "^6.26.0", | |||
"react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
... | ... |
src/components/Category/Category.css
0 → 100644
src/components/Category/CategoryFormClass.js
0 → 100644
src/components/Category/CategoryListClass.js
0 → 100644
src/components/Product/Product.css
0 → 100644
src/components/Product/ProductForm.js
0 → 100644
src/components/Product/ProductList.js
0 → 100644
src/services/ApiCategory.js
0 → 100644
src/services/ApiProduct.js
0 → 100644
Please
register
or
sign in
to comment