Skip to content

Commit 13435bc

Browse files
committed
[docs] Fix code snippet
1 parent f3ba44c commit 13435bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/docs2/src/content/docs/form/state.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export type FieldsValidation = Task<
1717
unknown
1818
>;
1919

20-
export interface FormState<T>
2120
export interface FormState<T> {
2221
readonly submission: FormSubmission<T>;
2322
readonly fieldsValidation: FieldsValidation;

0 commit comments

Comments
 (0)