mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseMerge from './.internal/baseMerge.js';
|
||||
import isObject from './isObject.js';
|
||||
import baseMerge from './baseMerge.js';
|
||||
import isObject from '../isObject.js';
|
||||
|
||||
/**
|
||||
* Used by `defaultsDeep` to customize its `merge` use to merge source
|
||||
|
||||
Reference in New Issue
Block a user