feat: Convert Selected-Room to Steplike design and fix select-rate link

This commit is contained in:
Arvid Norlin
2024-11-04 16:11:25 +01:00
parent 7bf89e80ff
commit e8e23a2113
10 changed files with 148 additions and 107 deletions

View File

@@ -0,0 +1,7 @@
import { RoomConfiguration } from "@/server/routers/hotels/output"
export interface SelectedRoomProps {
hotelId: string
room: RoomConfiguration
rateDescription: string
}