jiti-meet/react/features/base/premeeting/components/web/index.js

6 lines
188 B
JavaScript
Raw Normal View History

2020-05-20 08:25:31 +00:00
// @flow
export { default as ActionButton } from './ActionButton';
export { default as InputField } from './InputField';
export { default as PreMeetingScreen } from './PreMeetingScreen';