refactor(SW-96): use images from API & reduce data returned in getHotel

This commit is contained in:
Chuma McPhoy
2024-08-21 14:52:13 +02:00
parent 6456be95b2
commit 7d47994539
9 changed files with 71 additions and 56 deletions
+1
View File
@@ -1,6 +1,7 @@
export interface ImageItem {
url: string
alt: string
title: string
}
export interface LightboxProps {