mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02: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