import React from 'react'; const RightCamera = ({ ...props }) => { return ( ); }; export default RightCamera;