import Title from "@/components/TempDesignSystem/Text/Title" import styles from "./layout.module.css" import { LangParams, LayoutArgs } from "@/types/params" export default function HotelReservationLayout({ children, }: React.PropsWithChildren>) { return
{children}
}