Skip to content

Commit 354e6fc

Browse files
authored
add exports
1 parent 9f2a051 commit 354e6fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export {}
1+
export { tagFactory } from "./tagFactory.ts"
2+
export { tags } from "./tags.ts"
3+
export { Signal, effect, derived } from "./signal.ts"

0 commit comments

Comments
 (0)