Skip to content

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-madlani committed Sep 16, 2024
1 parent 23c6aa3 commit 1ec2981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* limitations under the License.
*/

import { capitalize, toLower } from 'lodash';
import { capitalize, get, toLower } from 'lodash';
import MetricIcon from '../assets/svg/metric.svg';
import {
AIRBYTE,
Expand Down

0 comments on commit 1ec2981

Please sign in to comment.