Skip to content

Commit

Permalink
Use cytoscape esm
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 28, 2023
1 parent 65f5f9d commit 807e1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/mindmap/mindmapRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { log } from '../../logger';
import { getConfig } from '../../config';
import { setupGraphViewbox } from '../../setupGraphViewbox';
import svgDraw from './svgDraw';
import cytoscape from 'cytoscape';
import cytoscape from 'cytoscape/dist/cytoscape.esm.js';
import coseBilkent from 'cytoscape-cose-bilkent';
import * as db from './mindmapDb';

Expand Down

0 comments on commit 807e1f3

Please sign in to comment.