bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/breakout-room/breakout-remaining-time/component.jsx
2018-11-06 13:42:30 -02:00

12 lines
153 B
JavaScript

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