mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Fix lodash import
This commit is contained in:
		@@ -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();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user