Merged in chore/remove-unused-code (pull request #2229)

Remove unused code

* Remove unused scandic-web files

* Remove unused exports


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-05-30 12:41:18 +00:00
parent 44e648e758
commit 7e97b74c18
76 changed files with 1 additions and 3210 deletions

View File

@@ -8,30 +8,3 @@ export const myBookingPath: LangRoute = {
no: "/hotelreservation/my-booking",
sv: "/hotelreservation/din-bokning",
}
export const myBooking = {
development: {
da: `https://stage.scandichotels.dk${myBookingPath.da}`,
de: `https://stage.scandichotels.de${myBookingPath.de}`,
en: `https://stage.scandichotels.com${myBookingPath.en}`,
fi: `https://stage.scandichotels.fi${myBookingPath.fi}`,
no: `https://stage.scandichotels.no${myBookingPath.no}`,
sv: `https://stage.scandichotels.se${myBookingPath.sv}`,
},
production: {
da: `https://www.scandichotels.dk${myBookingPath.da}`,
de: `https://www.scandichotels.de${myBookingPath.de}`,
en: `https://www.scandichotels.com${myBookingPath.en}`,
fi: `https://www.scandichotels.fi${myBookingPath.fi}`,
no: `https://www.scandichotels.no${myBookingPath.no}`,
sv: `https://www.scandichotels.se${myBookingPath.sv}`,
},
test: {
da: `https://test.scandichotels.dk${myBookingPath.da}`,
de: `https://test.scandichotels.de${myBookingPath.de}`,
en: `https://test.scandichotels.com${myBookingPath.en}`,
fi: `https://test.scandichotels.fi${myBookingPath.fi}`,
no: `https://test.scandichotels.no${myBookingPath.no}`,
sv: `https://test.scandichotels.se${myBookingPath.sv}`,
},
}