import React from 'react' export default function CameraSelector({ cameras, recordedMap, current, onSwitch }) { return ( ) }