mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import arrayFilter from './.internal/arrayFilter.js';
|
||||
import isFunction from './isFunction.js';
|
||||
import arrayFilter from './arrayFilter.js';
|
||||
import isFunction from '../isFunction.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `functions` which creates an array of
|
||||
|
||||
Reference in New Issue
Block a user