Skip to content

Commit

Permalink
fix(import): 'import * as EventEmitter' (no default export)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Nov 27, 2019
1 parent d9a6ff3 commit ed88be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { $ecomConfig, randomObjectId } from '@ecomplus/utils'
import EventEmitter from 'eventemitter3'
import * as EventEmitter from 'eventemitter3'

import addItem from './methods/add-item'
import addPoduct from './methods/add-product'
Expand Down

0 comments on commit ed88be5

Please sign in to comment.