Fixing import

This commit is contained in:
Knut Sveidqvist
2023-05-10 17:49:45 +02:00
parent acb8722c9c
commit 48283eefd2

View File

@@ -1,6 +1,6 @@
import * as graphlib from 'dagre-d3-es/src/graphlib/index.js';
import { select, curveLinear, selectAll } from 'd3';
import swimlaneLayout from './swimlane-layout.js';
import { swimlaneLayout } from './swimlane-layout.js';
import flowDb from '../flowDb.js';
import { getConfig } from '../../../config.js';