* SectionHeader Component * Based on Component/SectionHeader from tenacios-design.json
| 4 | */ |
| 5 | |
| 6 | interface SectionHeaderProps { |
| 7 | label: string; |
| 8 | } |
| 9 | |
| 10 | export function SectionHeader({ label }: SectionHeaderProps) { |
| 11 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected