Skip to content

Commit

Permalink
fix: add lodash import for utility functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragadesh-45 committed Dec 18, 2024
1 parent 9b83cd7 commit 57a85e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bruno-app/src/utils/importers/common.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 57a85e5

Please sign in to comment.