Fix lodash import
This commit is contained in:
parent
14a7f0254d
commit
586f42867d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { CellContextMenuEvent } from '@ag-grid-community/core';
|
import { CellContextMenuEvent } from '@ag-grid-community/core';
|
||||||
import { sortBy } from 'lodash';
|
import sortBy from 'lodash/sortBy';
|
||||||
import { LibraryItem } from '/@/renderer/api/types';
|
import { LibraryItem } from '/@/renderer/api/types';
|
||||||
import { openContextMenu, SetContextMenuItems } from '/@/renderer/features/context-menu/events';
|
import { openContextMenu, SetContextMenuItems } from '/@/renderer/features/context-menu/events';
|
||||||
|
|
||||||
|
|
Reference in a new issue