mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Fix lodash import
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user