| 65 | ]; |
| 66 | |
| 67 | interface ExampleConfigsProps { |
| 68 | onSelectConfig: (config: Record<string, any>) => void; |
| 69 | } |
| 70 | |
| 71 | export function ExampleConfigs({ onSelectConfig }: ExampleConfigsProps) { |
| 72 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected