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