mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-30 17:48:47 +01:00
fix: add lodash import for utility functions
This commit is contained in:
parent
9b83cd7b84
commit
57a85e535c
@ -1,5 +1,6 @@
|
|||||||
import each from 'lodash/each';
|
import each from 'lodash/each';
|
||||||
import get from 'lodash/get';
|
import get from 'lodash/get';
|
||||||
|
import _ from 'lodash';
|
||||||
|
|
||||||
import cloneDeep from 'lodash/cloneDeep';
|
import cloneDeep from 'lodash/cloneDeep';
|
||||||
import { uuid, normalizeFileName } from 'utils/common';
|
import { uuid, normalizeFileName } from 'utils/common';
|
||||||
|
Loading…
Reference in New Issue
Block a user