bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/breakout-room/breakout-remaining-time/component.jsx

12 lines
153 B
React
Raw Normal View History

2018-10-24 01:18:09 +08:00
import React from 'react';
const BreakoutRemainingTime = props => (
<span>
{props.children}
</span>
);
export default BreakoutRemainingTime;