Remove usage of 'events' package
Summary: 'events' doesn't exist in the browser, so picked a popular package with the same API Reviewed By: lblasa, aigoncharov Differential Revision: D32643057 fbshipit-source-id: 91309e53e16f3279048aa976cdb098eaa4a7d7db
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1308edc790
commit
29a907c733
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import {message} from 'antd';
|
||||
import {EventEmitter} from 'events';
|
||||
import EventEmitter from 'eventemitter3';
|
||||
import {SandyPluginDefinition} from './SandyPluginDefinition';
|
||||
import {MenuEntry, NormalizedMenuEntry, normalizeMenuEntry} from './MenuEntry';
|
||||
import {FlipperLib} from './FlipperLib';
|
||||
|
||||
Reference in New Issue
Block a user