Merged in chore/check-types-before-build (pull request #3326)
chore: check types before build * chore: check types before build * remove unused package.json scripts * merge Approved-by: Linus Flood
This commit is contained in:
@@ -6,6 +6,10 @@ import { useRouter } from "next/navigation"
|
||||
import { FormProvider, useForm } from "react-hook-form"
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import {
|
||||
privacy,
|
||||
scandicFriends,
|
||||
} from "@scandic-hotels/common/constants/routes/customerService"
|
||||
import { logger } from "@scandic-hotels/common/logger"
|
||||
import {
|
||||
formatPhoneNumber,
|
||||
@@ -41,10 +45,6 @@ import { requestOpen } from "@/utils/profilingConsent"
|
||||
import { trackLinkClick } from "@/utils/tracking/profilingConsent"
|
||||
|
||||
import styles from "./form.module.css"
|
||||
import {
|
||||
privacy,
|
||||
scandicFriends,
|
||||
} from "@scandic-hotels/common/constants/routes/customerService"
|
||||
|
||||
interface SignUpFormProps {
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user