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