This commit is contained in:
Knut Sveidqvist 2021-02-28 11:44:51 +01:00
parent 82618f0184
commit 749f16d875
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import graphlib from 'graphlib';
import { select, curveLinear, curveNatural, selectAll } from 'd3';
import { select, curveLinear, selectAll } from 'd3';
import flowDb from './flowDb';
import flow from './parser/flow';