mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 01:34:19 +01:00
Fix lodash import
This commit is contained in:
@@ -3,7 +3,7 @@ import utils from './utils';
|
|||||||
import assignWithDepth from './assignWithDepth';
|
import assignWithDepth from './assignWithDepth';
|
||||||
import { detectType } from './diagram-api/detectType';
|
import { detectType } from './diagram-api/detectType';
|
||||||
import { addDiagrams } from './diagram-api/diagram-orchestration';
|
import { addDiagrams } from './diagram-api/diagram-orchestration';
|
||||||
import memoize from 'lodash/memoize';
|
import memoize from 'lodash-es/memoize';
|
||||||
import { MockD3 } from 'd3';
|
import { MockD3 } from 'd3';
|
||||||
addDiagrams();
|
addDiagrams();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user