add wrapper for mantine useForm

This commit is contained in:
jeffvli
2025-11-29 14:48:54 -08:00
parent 83bd83b629
commit d22fee887c
12 changed files with 14 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useForm as useMantineForm } from '@mantine/form';
export const useForm = useMantineForm;