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

@@ -5,8 +5,8 @@ import { useRouter } from "next/navigation"
import { FormProvider, useForm } from "react-hook-form"
import { useIntl } from "react-intl"
import { customerService } from "@/constants/currentWebHrefs"
import { myStay } from "@/constants/routes/myStay"
import { customerService } from "@/constants/webHrefs"
import { trpc } from "@/lib/trpc/client"
import Button from "@/components/TempDesignSystem/Button"