import SidePanel from "@/components/HotelReservation/SidePanel" import SummaryUI from "./UI" import type { SummaryProps } from "@/types/components/hotelReservation/summary" export default function DesktopSummary(props: SummaryProps) { return ( ) }