Lint fixes

This commit is contained in:
Knut Sveidqvist 2020-03-14 08:36:49 +01:00
parent 55816a09fe
commit 10583610bd
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import graphlib from 'graphlib';
import * as d3 from 'd3';
import dagre from 'dagre';
import flowDb from '../flowchart/flowDb';
import flow from '../flowchart/parser/flow';

View File

@ -1,5 +1,4 @@
import dagre from 'dagre';
import graphlib from 'graphlib';
// Create a new directed graph
var g = new dagre.graphlib.Graph({ compound: true });