feat(SW-1730): add button to room sidepeek on hotelpage to select rate page for the hotel

This commit is contained in:
Michael Zetterberg
2025-03-14 14:19:12 +01:00
parent 540402b969
commit 33239f1f91
4 changed files with 32 additions and 13 deletions

View File

@@ -2,4 +2,5 @@ import type { Room } from "@/types/hotel"
export interface RoomSidePeekProps {
room: Room
hotelId: string
}