Merged in feat/SW-828-placeholder-image (pull request #885)

Feat/SW-828 placeholder image

Approved-by: Bianca Widstam
Approved-by: Niclas Edenvin
This commit is contained in:
Pontus Dreij
2024-11-13 13:26:07 +00:00
9 changed files with 31 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
import type { GalleryImage } from "@/types/hotel"
export type ImageGalleryProps = { images: GalleryImage[]; title: string }
export type ImageGalleryProps = { images?: GalleryImage[]; title: string }