Files
web/app/[lang]/(live)/(public)/hotelreservation/page.tsx
2024-07-10 11:31:45 +02:00

6 lines
152 B
TypeScript

import { LangParams, PageArgs } from "@/types/params"
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {
return null
}