Skip to content

Commit 77c10d6

Browse files
committed
fix(@sirutils/core): tagBuilder export
1 parent 6c41355 commit 77c10d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export * from './result/message'
88
export * from './utils/env'
99
export * from './utils/lazy'
1010
export * from './utils/common'
11-
export * from "./tag"
11+
export * from './utils/tags'
1212

1313
export * from 'neverthrow'

0 commit comments

Comments
 (0)