Skip to content

Commit

Permalink
removed unused imports in CircularList
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny authored Dec 28, 2022
1 parent b05c26c commit 7ee7aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CircularList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import { ICircularList } from 'common/Types';
import { EventEmitter, IEvent } from 'common/EventEmitter';
import { EventEmitter } from 'common/EventEmitter';
import { Disposable } from 'common/Lifecycle';

export interface IInsertEvent {
Expand Down

0 comments on commit 7ee7aa2

Please sign in to comment.