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 baseForOwn from './.internal/baseForOwn.js';
|
||||
import createBaseEach from './.internal/createBaseEach.js';
|
||||
import baseForOwn from './baseForOwn.js';
|
||||
import createBaseEach from './createBaseEach.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `forEach`.
|
||||
|
||||
Reference in New Issue
Block a user