fix(ui): use lodash-es instead of lodash

This commit is contained in:
psychedelicious
2023-05-06 09:46:31 +10:00
parent b8c1a3f96c
commit 5457c7f069
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import GenerateWorkspace from './tabs/Generate/GenerateWorkspace';
import { createSelector } from '@reduxjs/toolkit';
import { BsLightningChargeFill } from 'react-icons/bs';
import { configSelector } from 'features/system/store/configSelectors';
import { isEqual } from 'lodash';
import { isEqual } from 'lodash-es';
export interface InvokeTabInfo {
id: InvokeTabName;