| 9 | |
| 10 | declare global { |
| 11 | interface Window { |
| 12 | SpeechRecognition: any; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | export function SearchDialog({ tracks }: { tracks: (Track & { problems: Problem[] })[] }) { |
nothing calls this directly
no outgoing calls
no test coverage detected