| 3 | import MediaCapture from './MediaCapture.tsx' |
| 4 | |
| 5 | export interface WebcamProps { |
| 6 | close: () => void |
| 7 | } |
| 8 | |
| 9 | export function Webcam({ close }: WebcamProps) { |
| 10 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…