'use client' import { useState } from 'react' import AnalystSelector from './AnalystSelector' import { useRunSubmit } from '../hooks/useRunSubmit' import { DEFAULT_FORM } from '../types' import type { NewRunFormState } from '../types' function SectionHeader({ step, title, subtitle }: { step: number; title: string; subtitle?: string }) { return (