feat: use getHotel data

This commit is contained in:
Fredrik Thorsson
2024-07-09 16:36:37 +02:00
parent 54daa1735a
commit 286d772de1
6 changed files with 31 additions and 81 deletions

View File

@@ -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)]