bugfix: a small refactor done in folder structure and naming conventions.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { Building2, Mail } from 'lucide-react';
|
||||
import type { FieldErrors, UseFormRegister, UseFormSetValue } from 'react-hook-form';
|
||||
import { Input } from '@/components/ui/common/Input';
|
||||
import { Input } from '@/components/ui/shared/Input';
|
||||
|
||||
export type OrganizationDetailsFormValues = {
|
||||
organizationName: string;
|
||||
|
||||
Reference in New Issue
Block a user