feat: create route for hotel reservation
This commit is contained in:
10
app/[lang]/(live)/(public)/hotelreservation/page.tsx
Normal file
10
app/[lang]/(live)/(public)/hotelreservation/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user