mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import copyObject from './.internal/copyObject.js';
|
||||
import getSymbolsIn from './.internal/getSymbolsIn.js';
|
||||
import copyObject from './copyObject.js';
|
||||
import getSymbolsIn from './getSymbolsIn.js';
|
||||
|
||||
/**
|
||||
* Copies own and inherited symbols of `source` to `object`.
|
||||
|
||||
Reference in New Issue
Block a user