import React from 'react'; const GalleryItem = ({ img }) => { return (
image
); }; export default GalleryItem;