8 lines
229 B
TypeScript
8 lines
229 B
TypeScript
import HotelCard from "@/components/HotelReservation/SelectHotel/HotelCard"
|
|
|
|
import { LangParams, PageArgs } from "@/types/params"
|
|
|
|
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {
|
|
return null
|
|
}
|