Skip to content

Commit

Permalink
fix(WebexAdapter): export default
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Oct 25, 2019
1 parent 549cac6 commit 118aa23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export {default as WebexSDKAdapter} from './WebexSDKAdapter';
import WebexSDKAdapter from './WebexSDKAdapter';

export default WebexSDKAdapter;

0 comments on commit 118aa23

Please sign in to comment.