Skip to content

Commit

Permalink
refs #96 export QuestionsConfirmationProps
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Oct 10, 2023
1 parent df58968 commit d2d22c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ElectionQuestions = (props: ElectionQuestionsProps) => {
)
}

type QuestionsConfirmationProps = {
export type QuestionsConfirmationProps = {
answers: FieldValues
questions: IQuestion[]
}
Expand Down

0 comments on commit d2d22c7

Please sign in to comment.