cleanup lodash usage

This commit is contained in:
Labhansh Agrawal 2023-07-23 22:35:14 +05:30
parent db2be9fe50
commit 562473a718
7 changed files with 25 additions and 15 deletions

View file

@ -15,7 +15,8 @@ import terms from '../terms';
import processClipboard from '../utils/paste';
import _SearchBox from './searchBox';
import type {TermProps} from '../hyper';
import {pickBy, isEqual} from 'lodash';
import pickBy from 'lodash/pickBy';
import isEqual from 'lodash/isEqual';
import {decorate} from '../utils/plugins';
import 'xterm/css/xterm.css';
import {ImageAddon} from 'xterm-addon-image';