Files
web/constants/routes/hotelReservation.js
2024-07-10 11:31:46 +02:00

12 lines
329 B
JavaScript

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