Skip to content

Commit

Permalink
fix: addressed type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jul 2, 2024
1 parent 398a8f3 commit fe9af20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const formSchema = z
}
});

type TFormSchema = z.infer<typeof formSchema>;
export type TFormSchema = z.infer<typeof formSchema>;

type Props = {
isOpen: boolean;
Expand Down

0 comments on commit fe9af20

Please sign in to comment.