feat: add route for select hotel
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import HotelCard from "@/components/HotelReservation/SelectHotel/HotelCard"
|
||||
|
||||
import { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {
|
||||
return (
|
||||
<div>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae,
|
||||
praesentium?
|
||||
</div>
|
||||
)
|
||||
return null
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
import HotelCard from "@/components/HotelReservation/SelectHotel/HotelCard"
|
||||
|
||||
export default function SelectHotelPage() {
|
||||
return (
|
||||
<div>
|
||||
<HotelCard />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user