feat(WEB-162): final design edit profile page
This commit is contained in:
committed by
Christel Westerberg
parent
5f3e417593
commit
d84efcbb0f
@@ -1,15 +1,9 @@
|
||||
import type { EditProfileSchema } from "@/components/MyProfile/Profile/Edit/Form/schema"
|
||||
import type { Control } from "react-hook-form"
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export type EditFormProps = {
|
||||
user: User
|
||||
}
|
||||
|
||||
export type EditFormContentProps = {
|
||||
control: Control<EditProfileSchema>
|
||||
}
|
||||
|
||||
type E = {
|
||||
message: string
|
||||
path: string
|
||||
|
||||
Reference in New Issue
Block a user