| 17 | import { VideoInputSelector } from './VideoInputSelector' |
| 18 | |
| 19 | interface SettingsDialogProps { |
| 20 | onOpenChange?: (open: boolean) => void |
| 21 | open?: boolean |
| 22 | children?: ReactNode |
| 23 | } |
| 24 | |
| 25 | export const SettingsButton = () => { |
| 26 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected