Adjusting initial classDiagram shape rendering

This commit is contained in:
Ashish Jain 2020-07-21 15:27:02 +02:00
parent abe23250c4
commit 516649a508
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import { getConfig } from '../config';
import intersect from './intersect/index.js';
import createLabel from './createLabel';
import note from './shapes/note';
import intersectRect from './intersect/intersect-rect';
const question = (parent, node) => {
const { shapeSvg, bbox } = labelHelper(parent, node, undefined, true);

View File

@ -1,4 +1,3 @@
import { select } from 'd3';
import { logger } from '../../logger';
import { getConfig } from '../../config';