Skip to content

Commit

Permalink
fix: delete unused depsendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baizn committed Jun 12, 2020
1 parent c0ba525 commit 49752c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/shape/combo-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
*/

import Shape from '../../../src/shape/shape';
import Global from '../../../src/global';
import Canvas from '@antv/g-canvas/lib/canvas';
import Node from '../../../src/item/node';
import { translate } from '../../../src/util/math';
import Graph from '../../../src/graph/graph';
import '../../../src/shape/combo';
import '../../../src/shape/combos';
import { IGroup } from '@antv/g-canvas/lib/interfaces';
import Combo from '../../../src/item/combo';

const div = document.createElement('div');
Expand Down

0 comments on commit 49752c5

Please sign in to comment.