mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
wrap all instances of mantine hooks used in renderer
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { useDebouncedValue as useDebouncedValueMantine } from '@mantine/hooks';
|
||||
|
||||
export const useDebouncedValue = useDebouncedValueMantine;
|
||||
Reference in New Issue
Block a user