fix malformed step interface

This commit is contained in:
Johannes Kirschbauer
2023-09-03 14:23:31 +02:00
parent 598dd776ec
commit 5cb136d32c
2 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ export type FormStep = {
export interface FormStepContentProps {
formHooks: FormHooks;
handleNext: () => void;
}
export type FormStepContent = ReactElement<FormStepContentProps>;