// PersonalDetailsStep.tsx 'use client'; import { FormField, FormItem, FormLabel, FormControl, FormMessage, FormDescription, } from '@workspace/ui/components/form'; import { Input } from '@workspace/ui/components/input'; import { Textarea } from '@workspace/ui/components/textarea'; import { Separator } from '@workspace/ui/components/separator'; export default function PersonalDetailsStep({ form }: { form: any }) { return (

Personal Details

( First Name * )} /> ( Last Name * )} />
( Middle Name )} /> ( Mother's Name * )} />
( Personal Email * )} /> ( Roll Number * )} />
( Phone Number * Without country code )} /> ( Address *