Skip to content

Commit

Permalink
fix(export): implements Map
Browse files Browse the repository at this point in the history
  • Loading branch information
jmenast committed Jun 18, 2020
1 parent e55d575 commit 9bb5154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { AdobeConnect } from './AdobeConnect/'

export const CEVModules = new Map([['AdobeConnect', AdobeConnect]])
export const CEVModules = new Map([['AdobeConnect', AdobeConnect]])

0 comments on commit 9bb5154

Please sign in to comment.