{chunks}
),
})}
- button={(
- <>
- - {body} -
- ); -}); -FormMessage.displayName = 'FormMessage'; - -export { - Form, - FormControl, - FormDescription, - FormField, - FormItem, - FormLabel, - FormMessage, -}; diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx deleted file mode 100644 index b14d79ed45..0000000000 --- a/src/components/ui/input.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import * as React from 'react'; - -import { cn } from '@/utils/Helpers'; - -export type InputProps = {} & React.InputHTMLAttributes{t('not_enough_permission')}
-