fix react hook form
This commit is contained in:
@@ -43,6 +43,7 @@ export const ListItem: FC<ListItemProps> = ({ icon, text, children }) => {
|
||||
|
||||
type ListProps = {
|
||||
className?: string
|
||||
children: React.ReactNode
|
||||
}
|
||||
|
||||
export const List: FC<ListProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user