mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 04:38:55 +08:00
fix: delete unnecessary imports.
This commit is contained in:
parent
527403f767
commit
4f3f895cbe
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user