test commit

This commit is contained in:
Knut Sveidqvist 2021-09-29 18:48:09 +02:00
parent c5d091d445
commit dd088bc603
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import { select } from 'd3';
import stateDb from './stateDb';
import state from './parser/stateDiagram';
import { getConfig } from '../../config';
// import { evaluate } from '../common/common';
import { render } from '../../dagre-wrapper/index.js';
import { log } from '../../logger';
import { configureSvgSize } from '../../utils';