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 basePickBy from './.internal/basePickBy.js';
|
||||
import hasIn from './hasIn.js';
|
||||
import basePickBy from './basePickBy.js';
|
||||
import hasIn from '../hasIn.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `pick` without support for individual
|
||||
|
||||
Reference in New Issue
Block a user