fix
This commit is contained in:
@@ -6,13 +6,7 @@ import {
|
||||
Trash2Icon,
|
||||
XIcon
|
||||
} from 'lucide-react'
|
||||
import {
|
||||
useForm,
|
||||
useFieldArray,
|
||||
Controller,
|
||||
useWatch,
|
||||
type UseFormSetValue
|
||||
} from 'react-hook-form'
|
||||
import { useForm, useFieldArray, Controller, useWatch } from 'react-hook-form'
|
||||
import { ErrorMessage } from '@hookform/error-message'
|
||||
import { zodResolver } from '@hookform/resolvers/zod'
|
||||
import { z } from 'zod'
|
||||
|
||||
Reference in New Issue
Block a user