| 5 | import { Maximize, Minimize } from 'lucide-react'; |
| 6 | |
| 7 | interface CameraViewProps { |
| 8 | label: string; |
| 9 | className?: string; |
| 10 | width?: number; |
| 11 | height?: number; |
| 12 | } |
| 13 | |
| 14 | export default function CameraView({ |
| 15 | label, |
nothing calls this directly
no outgoing calls
no test coverage detected