mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import castPath from './.internal/castPath.js';
|
||||
import last from './last.js';
|
||||
import parent from './.internal/parent.js';
|
||||
import toKey from './.internal/toKey.js';
|
||||
import castPath from './castPath.js';
|
||||
import last from '../last.js';
|
||||
import parent from './parent.js';
|
||||
import toKey from './toKey.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `unset`.
|
||||
|
||||
Reference in New Issue
Block a user