| 45 | ]; |
| 46 | |
| 47 | interface ExampleListSectionProps { |
| 48 | contributorsByRepo?: Record<string, { avatars: string[]; total: number }>; |
| 49 | standalone?: boolean; // if false wraps with its own section |
| 50 | } |
| 51 | |
| 52 | const InnerGrid = ({ |
| 53 | contributorsByRepo = {}, |
nothing calls this directly
no outgoing calls
no test coverage detected