fix(SW-1273): move find my booking page to the correct folder after monorepo migration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import FindMyBooking from "@/components/HotelReservation/FindMyBooking"
|
||||
|
||||
import styles from "./page.module.css"
|
||||
|
||||
export default function GetBookingPage() {
|
||||
return (
|
||||
<main className={styles.main}>
|
||||
<div className={styles.form}>
|
||||
<FindMyBooking />
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user