Skip to content

Commit ee8b88c

Browse files
committed
fix: build
1 parent 6d02907 commit ee8b88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export * from './useForm'
22
export * from './useFieldArray'
33
export * from './utils/index'
4-
export * from './types'
4+
export * from './types/index'
55
import set from 'lodash.setwith'
66
import get from 'lodash.get'
77
import unset from 'lodash.unset'

0 commit comments

Comments
 (0)