mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-20 04:34:08 +01:00
Lint fix
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user