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

6 lines
230 B
React
Raw Normal View History

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