mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
fix: add lodash import for utility functions
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import each from 'lodash/each';
|
||||
import get from 'lodash/get';
|
||||
import _ from 'lodash';
|
||||
|
||||
import cloneDeep from 'lodash/cloneDeep';
|
||||
import { uuid, normalizeFileName } from 'utils/common';
|
||||
|
||||
Reference in New Issue
Block a user