mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import copyObject from './.internal/copyObject.js';
|
||||
import keysIn from './keysIn.js';
|
||||
import copyObject from './copyObject.js';
|
||||
import keysIn from '../keysIn.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `assignIn` without support for multiple sources
|
||||
|
||||
Reference in New Issue
Block a user