feat(SW-176): destructure response

This commit is contained in:
Fredrik Thorsson
2024-08-30 11:04:52 +02:00
parent 3c82a8b4b5
commit ad0f42a90d
3 changed files with 19 additions and 15 deletions

View File

@@ -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}>