6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
import { LangParams, PageArgs } from "@/types/params"
|
|
|
|
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {
|
|
return null
|
|
}
|