mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Replace @mantine/utils reference
This commit is contained in:
parent
1dcdc5321e
commit
ec4af5ae7e
@ -1,5 +1,5 @@
|
|||||||
import { GridOptions, RowNode } from '@ag-grid-community/core';
|
import { GridOptions, RowNode } from '@ag-grid-community/core';
|
||||||
import { createUseExternalEvents } from '@mantine/utils';
|
import { createUseExternalEvents } from '@mantine/core';
|
||||||
import { LibraryItem } from '/@/renderer/api/types';
|
import { LibraryItem } from '/@/renderer/api/types';
|
||||||
|
|
||||||
export type OpenContextMenuProps = {
|
export type OpenContextMenuProps = {
|
||||||
|
Loading…
Reference in New Issue
Block a user