diff --git a/project-app/components/ImageGallery/ImageGallery.jsx b/project-app/components/ImageGallery/ImageGallery.jsx index e69de29..038c02d 100644 --- a/project-app/components/ImageGallery/ImageGallery.jsx +++ b/project-app/components/ImageGallery/ImageGallery.jsx @@ -0,0 +1,24 @@ +import { Carousel } from 'antd'; +import React from 'react'; +import Style from './ImageGallery.module.css' + +const ImageGallery = () => ( +
+
+
+
+