Skip to content

Commit d8e2046

Browse files
committed
refactor(shallow): simplify exports using export * syntax
1 parent a03acc3 commit d8e2046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shallow.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { shallow } from './vanilla/shallow.ts'
2-
export { useShallow } from './react/shallow.ts'
1+
export * from './vanilla/shallow.ts'
2+
export * from './react/shallow.ts'

0 commit comments

Comments
 (0)