feat(SW-72): move the room selection to its own component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Rate } from "@/server/routers/hotels/output"
|
||||
|
||||
export type RoomSelectionProps = {
|
||||
rooms: Rate[]
|
||||
}
|
||||
Reference in New Issue
Block a user