We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03acc3 commit d8e2046Copy full SHA for d8e2046
src/shallow.ts
@@ -1,2 +1,2 @@
1
-export { shallow } from './vanilla/shallow.ts'
2
-export { useShallow } from './react/shallow.ts'
+export * from './vanilla/shallow.ts'
+export * from './react/shallow.ts'
0 commit comments