fix react hook form

This commit is contained in:
João Geonizeli
2022-07-22 12:28:00 -03:00
parent feb72ce6a4
commit 20781746e6
17 changed files with 71 additions and 97 deletions

View File

@@ -43,6 +43,7 @@ export const ListItem: FC<ListItemProps> = ({ icon, text, children }) => {
type ListProps = {
className?: string
children: React.ReactNode
}
export const List: FC<ListProps> = ({

View File

@@ -7,6 +7,7 @@ type Props = {
buttons?: any,
title: string,
className?: string,
children: React.ReactNode
}
export const Modal: FC<Props> = ({