diff --git a/src/refactor/ui/components/gallery/GalleryItem.tsx b/src/refactor/ui/components/gallery/GalleryItem.tsx index 07174805..abe991cb 100644 --- a/src/refactor/ui/components/gallery/GalleryItem.tsx +++ b/src/refactor/ui/components/gallery/GalleryItem.tsx @@ -22,4 +22,4 @@ export const GalleryItem = ({ image, name, description }: GalleryMetadata) => { )} ); -}; \ No newline at end of file +};