mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseGet from './.internal/baseGet.js';
|
||||
import baseSlice from './.internal/baseSlice.js';
|
||||
import baseGet from './baseGet.js';
|
||||
import baseSlice from './baseSlice.js';
|
||||
|
||||
/**
|
||||
* Gets the parent value at `path` of `object`.
|
||||
|
||||
Reference in New Issue
Block a user