import SidePeek from "@scandic-hotels/booking-flow/components/HotelReservationSidePeek" import styles from "./layout.module.css" import type { LangParams, LayoutArgs } from "@/types/params" export default function StandardHotelReservationLayout({ children, }: React.PropsWithChildren>) { return (
{children}
) }