mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Update module paths.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import arrayReduce from './.internal/arrayReduce.js';
|
||||
import deburr from './deburr.js';
|
||||
import words from './words.js';
|
||||
import arrayReduce from './arrayReduce.js';
|
||||
import deburr from '../deburr.js';
|
||||
import words from '../words.js';
|
||||
|
||||
/** Used to compose unicode capture groups. */
|
||||
const rsApos = "['\u2019]";
|
||||
|
||||
Reference in New Issue
Block a user