wrap all instances of mantine hooks used in renderer

This commit is contained in:
jeffvli
2025-11-18 00:29:35 -08:00
parent 0fc0af3e63
commit 9e886c8588
36 changed files with 78 additions and 32 deletions
@@ -0,0 +1,3 @@
import { useDebouncedCallback as useMantineDebouncedCallback } from '@mantine/hooks';
export const useDebouncedCallback = useMantineDebouncedCallback;