We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05c26c commit 7ee7aa2Copy full SHA for 7ee7aa2
src/common/CircularList.ts
@@ -4,7 +4,7 @@
4
*/
5
6
import { ICircularList } from 'common/Types';
7
-import { EventEmitter, IEvent } from 'common/EventEmitter';
+import { EventEmitter } from 'common/EventEmitter';
8
import { Disposable } from 'common/Lifecycle';
9
10
export interface IInsertEvent {
0 commit comments