fix: delete unnecessary imports.

This commit is contained in:
Yanyan-Wang 2020-03-31 16:06:39 +08:00 committed by Yanyan Wang
parent 527403f767
commit 4f3f895cbe
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import GGroup from '@antv/g-canvas/lib/group';
import { IShape } from '@antv/g-canvas/lib/interfaces';
import deepMix from '@antv/util/lib/deep-mix';
import { Item, ComboConfig, ShapeStyle } from '../../types';
import Global from '../../global';
import Shape from '../shape';

View File

@ -1,7 +1,7 @@
import GGroup from '@antv/g-canvas/lib/group';
import { IShape } from '@antv/g-canvas/lib/interfaces';
import { mix, isNumber, clone } from '@antv/util';
import { LabelStyle, Item, ComboConfig, ModelConfig, ShapeStyle } from '../../types';
import { LabelStyle, Item, ComboConfig, ShapeStyle } from '../../types';
import Global from '../../global';
import Shape from '../shape';
import { ILabelConfig, ShapeOptions } from '../../interface/shape';