diff --git a/src/components/ProductImage/product-chair.svg b/public/images/ProductImageproduct-chair.svg similarity index 100% rename from src/components/ProductImage/product-chair.svg rename to public/images/ProductImageproduct-chair.svg diff --git a/src/components/ProductImage/productImg.svg b/public/images/ProductImageproductImg.svg similarity index 100% rename from src/components/ProductImage/productImg.svg rename to public/images/ProductImageproductImg.svg diff --git a/src/components/ProductGallery/ProductImage/index.js b/src/components/ProductGallery/ProductImage/index.js new file mode 100644 index 0000000..fb8b817 --- /dev/null +++ b/src/components/ProductGallery/ProductImage/index.js @@ -0,0 +1,58 @@ +// it has style inside index.scss ---> // Start ProductImage && end ProductImage + +import React from "react"; + +const ProductImage = ({ images }) => { + console.log(images.length); + + return ( +