| 12 | } |
| 13 | |
| 14 | interface IntegrationStatusProps { |
| 15 | integrations: Integration[] | null; |
| 16 | } |
| 17 | |
| 18 | const iconMap: Record<string, React.ComponentType<{ className?: string }>> = { |
| 19 | MessageCircle, |
nothing calls this directly
no outgoing calls
no test coverage detected