Skip to content

Commit 388b78e

Browse files
committed
chore: fix eslint
1 parent 85a4e49 commit 388b78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-core/src/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { batch } from '@tanstack/store'
2+
import { deepCopy } from './utils'
23
import type {
34
AnyBaseFormState,
45
FormApi,
56
FormAsyncValidateOrFn,
67
FormValidateOrFn,
78
} from './FormApi'
8-
import { deepCopy } from './utils'
99

1010
/**
1111
* @private

0 commit comments

Comments
 (0)