| 5 | import { CheckCircle, Circle } from 'lucide-react' |
| 6 | |
| 7 | interface FieldProps { |
| 8 | name: string |
| 9 | type: string |
| 10 | placeholder: string |
| 11 | } |
| 12 | |
| 13 | interface StepProps { |
| 14 | label: string |
nothing calls this directly
no outgoing calls
no test coverage detected