Merged in feat/sw-2855-urls (pull request #2177)

feat: sw-2855 urls

* feat: sw-2855 urls


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-05-21 09:11:02 +00:00
parent c55e28a2ac
commit ad5ec80645
13 changed files with 68 additions and 84 deletions

View File

@@ -6,11 +6,8 @@ import { useIntl } from "react-intl"
import { Typography } from "@scandic-hotels/design-system/Typography"
import { PaymentMethodEnum } from "@/constants/booking"
import {
bookingTermsAndConditions,
privacyPolicy,
} from "@/constants/currentWebHrefs"
import { guaranteeCallback } from "@/constants/routes/hotelReservation"
import { bookingTermsAndConditions, privacyPolicy } from "@/constants/webHrefs"
import { env } from "@/env/client"
import { useMyStayStore } from "@/stores/my-stay"