mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Update module paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import baseGet from './.internal/baseGet.js';
|
||||
import baseSet from './.internal/baseSet.js';
|
||||
import castPath from './.internal/castPath.js';
|
||||
import baseGet from './baseGet.js';
|
||||
import baseSet from './baseSet.js';
|
||||
import castPath from './castPath.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `pickBy`.
|
||||
|
||||
Reference in New Issue
Block a user