Skip to content

Commit c7c395c

Browse files
committed
chore: fix lint
1 parent 832be04 commit c7c395c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interface.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { ReactElement } from 'react';
22
import type { DeepNamePath } from './namePathType';
3-
import type { ReducerAction } from './useForm';
4-
import type { BatchTask } from './BatchUpdate';
3+
import type { ReducerAction } from './hooks/useForm';
54

65
export type InternalNamePath = (string | number)[];
76
export type NamePath<T = any> = DeepNamePath<T>;

0 commit comments

Comments
 (0)