Skip to content

Commit 74cba3e

Browse files
committed
chore: fix lint
1 parent acd9ffd commit 74cba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
matchNamePath,
3939
setValue,
4040
} from './utils/valueUtil';
41-
import { BatchTask, BatchUpdateRef } from './BatchUpdate';
41+
import type { BatchTask } from './BatchUpdate';
4242

4343
type InvalidateFieldEntity = { INVALIDATE_NAME_PATH: InternalNamePath };
4444

0 commit comments

Comments
 (0)