jiti-meet/react/features/shared-video/components/native/index.js

7 lines
203 B
JavaScript

// @flow
export { default as SharedVideoButton } from './SharedVideoButton';
export { default as SharedVideoDialog } from './SharedVideoDialog';
export { default as SharedVideo } from './SharedVideo';