import React from 'react'; import { useForm } from 'react-hook-form'; export function FormSection1({ register }) { return ( <>