mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import memoize from './memoize.js';
|
||||
import memoize from '../memoize.js';
|
||||
|
||||
/** Used as the maximum memoize cache size. */
|
||||
const MAX_MEMOIZE_SIZE = 500;
|
||||
|
||||
Reference in New Issue
Block a user