We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0904a46 commit c0d17e1Copy full SHA for c0d17e1
src/index.js
@@ -1,2 +1,4 @@
1
-export { default as Async, createInstance } from "./Async"
+import Async from "./Async"
2
+export { createInstance } from "./Async"
3
export { default as useAsync, useFetch } from "./useAsync"
4
+export default Async
0 commit comments