| 57 | ] as const; |
| 58 | |
| 59 | interface ApiKeyManagerProps { |
| 60 | open: boolean; |
| 61 | onOpenChange: (open: boolean) => void; |
| 62 | } |
| 63 | |
| 64 | export function ApiKeyManager({ open, onOpenChange }: ApiKeyManagerProps) { |
| 65 | // State to store API keys |
nothing calls this directly
no outgoing calls
no test coverage detected