feat(SW-344): Hotel list in mobile

This commit is contained in:
Pontus Dreij
2024-11-12 09:19:11 +01:00
parent 169751c5a6
commit b73421dbde
10 changed files with 146 additions and 47 deletions

View File

@@ -50,6 +50,6 @@ export interface HotelListingMapContentProps {
export interface HotelCardDialogProps {
isOpen: boolean
pin: HotelPin
data: HotelPin
handleClose: (event: { stopPropagation: () => void }) => void
}