Skip to content

Commit 8cad4e7

Browse files
committed
chore(valibot): removes unused imports
1 parent 0611b41 commit 8cad4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/valibot/src/default-value.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as v from 'valibot'
2-
import type { Kind, HKT, Primitive, Showable } from '@traversable/registry'
2+
import type { Primitive, Showable } from '@traversable/registry'
33
import { fn, has, isPrimitive } from '@traversable/registry'
44
import type { AnyTag, AnyValibotSchema } from '@traversable/valibot-types'
55
import { isNullary, fold, tagged } from '@traversable/valibot-types'

0 commit comments

Comments
 (0)