Merged develop into feat/setup-hotel-api-call
This commit is contained in:
11
constants/routes/hotelReservation.js
Normal file
11
constants/routes/hotelReservation.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('@/types/routes').LangRoute} */
|
||||
export const hotelReservation = {
|
||||
en: "/en/hotelreservation",
|
||||
sv: "/sv/hotellbokning",
|
||||
no: "/no/hotell-reservasjon",
|
||||
fi: "/fi/hotellivaraus",
|
||||
da: "/da/hotel-reservation",
|
||||
de: "/de/hotelreservierung",
|
||||
}
|
||||
|
||||
export const bookingFlow = [...Object.values(hotelReservation)]
|
||||
Reference in New Issue
Block a user