feat(SW-176): destructure response
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
import tempHotelData from "@/server/routers/hotels/tempHotelData.json"
|
||||
|
||||
import HotelCard from "@/components/HotelReservation/HotelCard"
|
||||
import BedSelection from "@/components/HotelReservation/SelectRate/BedSelection"
|
||||
import BreakfastSelection from "@/components/HotelReservation/SelectRate/BreakfastSelection"
|
||||
import Details from "@/components/HotelReservation/SelectRate/Details"
|
||||
@@ -108,7 +107,7 @@ export default async function SectionsPage({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<HotelCard hotel={hotel} />
|
||||
<div>Hotel Card TBI</div>
|
||||
|
||||
<div className={styles.content}>
|
||||
<div className={styles.main}>
|
||||
|
||||
Reference in New Issue
Block a user