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 5e1e893 commit b359da5Copy full SHA for b359da5
src/index.js
@@ -19,6 +19,5 @@
19
20
import * as v1 from './v1/index';
21
22
-export default {
23
- v1: v1
24
-}
+export { v1 }
+export default v1
0 commit comments