Skip to content

Commit

Permalink
Fix lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 21, 2022
1 parent 89488b6 commit 9b01a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import utils from './utils';
import assignWithDepth from './assignWithDepth';
import { detectType } from './diagram-api/detectType';
import { addDiagrams } from './diagram-api/diagram-orchestration';
import memoize from 'lodash/memoize';
import memoize from 'lodash-es/memoize';
import { MockD3 } from 'd3';
addDiagrams();

Expand Down

0 comments on commit 9b01a07

Please sign in to comment.