mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import toInteger from './toInteger.js';
|
||||
import toLength from './toLength.js';
|
||||
import toInteger from '../toInteger.js';
|
||||
import toLength from '../toLength.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `fill` without an iteratee call guard.
|
||||
|
||||
Reference in New Issue
Block a user