Skip to content

Commit

Permalink
fix: remove used import ee
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Oct 28, 2019
1 parent 43c8185 commit e3c75b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/g-base/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
ShapeBase,
BBox,
} from './types';
import EE from '@antv/event-emitter';

export interface ICtor<T> {
new (cfg: any): T;
Expand Down

0 comments on commit e3c75b7

Please sign in to comment.