mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import arrayPush from './.internal/arrayPush.js';
|
||||
import isFlattenable from './.internal/isFlattenable.js';
|
||||
import arrayPush from './arrayPush.js';
|
||||
import isFlattenable from './isFlattenable.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `flatten` with support for restricting flattening.
|
||||
|
||||
Reference in New Issue
Block a user