mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseConformsTo from './.internal/baseConformsTo.js';
|
||||
import keys from './keys.js';
|
||||
import baseConformsTo from './baseConformsTo.js';
|
||||
import keys from '../keys.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `conforms` which doesn't clone `source`.
|
||||
|
||||
Reference in New Issue
Block a user