Skip to content

Commit c0d17e1

Browse files
committed
Fix the default export.
1 parent 0904a46 commit c0d17e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
export { default as Async, createInstance } from "./Async"
1+
import Async from "./Async"
2+
export { createInstance } from "./Async"
23
export { default as useAsync, useFetch } from "./useAsync"
4+
export default Async

0 commit comments

Comments
 (0)