feat: use getHotel data
This commit is contained in:
@@ -8,16 +8,4 @@ export const hotelReservation = {
|
||||
de: "/de/hotelreservierung",
|
||||
}
|
||||
|
||||
export const selectHotel = {
|
||||
en: `${hotelReservation.en}/select-hotel`,
|
||||
sv: `${hotelReservation.sv}/välj-hotell`,
|
||||
no: `${hotelReservation.no}/velg-hotell`,
|
||||
fi: `${hotelReservation.fi}/valitse-hotelli`,
|
||||
da: `${hotelReservation.da}/vælg-hotel`,
|
||||
de: `${hotelReservation.de}/wähle-hotel`,
|
||||
}
|
||||
|
||||
export const bookingFlow = [
|
||||
...Object.values(hotelReservation),
|
||||
...Object.values(selectHotel),
|
||||
]
|
||||
export const bookingFlow = [...Object.values(hotelReservation)]
|
||||
|
||||
Reference in New Issue
Block a user