fix: broken imports

This commit is contained in:
Sonny
2025-11-09 03:23:53 +01:00
parent e4aea038fe
commit 3591d032c2
4 changed files with 10 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ interface FormCollectionProps extends FormLayoutProps {
handleSubmit: () => void;
}
export function MantineFormCollection({
export function FormCollection({
data,
errors,
disableInputs = false,