Fix lodash import

This commit is contained in:
jeffvli 2023-01-07 18:25:36 -08:00
parent 14a7f0254d
commit 586f42867d

View file

@ -1,5 +1,5 @@
import { CellContextMenuEvent } from '@ag-grid-community/core';
import { sortBy } from 'lodash';
import sortBy from 'lodash/sortBy';
import { LibraryItem } from '/@/renderer/api/types';
import { openContextMenu, SetContextMenuItems } from '/@/renderer/features/context-menu/events';