bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/modal/container.jsx

7 lines
206 B
React
Raw Normal View History

import { withTracker } from 'meteor/react-meteor-data';
2017-04-19 03:06:51 +08:00
import { getModal } from './service';
2019-09-05 02:32:58 +08:00
export default withTracker(() => ({
modalComponent: getModal(),
}))(({ modalComponent }) => modalComponent);