We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866cc78 commit 18ba970Copy full SHA for 18ba970
index.js
@@ -1 +1,3 @@
1
-module.exports = require('./src/dropbox-api.js');
+import api from './src/dropbox-api';
2
+
3
+export default api;
0 commit comments