Merged in feature/select-room-ux-one-page (pull request #523)
This updates the select room page according to the new UX. It has different sections on the same page, but with specific URLs per section. Since neither UX, UI nor API is completely done both design and data structures are a bit temporary. Approved-by: Simon.Emanuelsson
This commit is contained in:
6
components/HotelReservation/SelectRate/Payment/index.tsx
Normal file
6
components/HotelReservation/SelectRate/Payment/index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
"use client"
|
||||
import styles from "./payment.module.css"
|
||||
|
||||
export default function Payment() {
|
||||
return <div className={styles.wrapper}>Payment TBI</div>
|
||||
}
|
||||
Reference in New Issue
Block a user