feat(WEB-162): final design for my profile page

This commit is contained in:
Simon Emanuelsson
2024-06-07 10:36:23 +02:00
committed by Christel Westerberg
parent a7b04df7b6
commit 5f3e417593
96 changed files with 802 additions and 494 deletions

View File

@@ -3,8 +3,12 @@ import "react-international-phone/style.css"
import { useCallback, useEffect, useRef } from "react"
import { useController, useFormContext, useWatch } from "react-hook-form"
import { defaultCountries, getCountry } from "react-international-phone"
import { PhoneInput, type PhoneInputRefType } from "react-international-phone"
import {
defaultCountries,
getCountry,
PhoneInput,
type PhoneInputRefType,
} from "react-international-phone"
import ErrorMessage from "@/components/TempDesignSystem/Form/ErrorMessage"