feat(SW-828): Moved placeholder image to ImageGallery
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import type { GalleryImage } from "@/types/hotel"
|
||||
|
||||
export type ImageGalleryProps = { images: GalleryImage[]; title: string }
|
||||
export type ImageGalleryProps = { images?: GalleryImage[]; title: string }
|
||||
|
||||
Reference in New Issue
Block a user