feat(SW-72): Add flexibility selection
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
import FlexibilitySelection from "@/components/HotelReservation/SelectRate/FlexibilitySelection"
|
||||
import RoomSelection from "@/components/HotelReservation/SelectRate/RoomSelection"
|
||||
|
||||
import styles from "./page.module.css"
|
||||
@@ -15,6 +16,7 @@ export default async function SelectRate() {
|
||||
<main className={styles.content}>
|
||||
<div className={styles.hotelInfo}>Hotel info TBI</div>
|
||||
<RoomSelection rooms={rooms} />
|
||||
<FlexibilitySelection />
|
||||
</main>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user