mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-12 05:40:18 +00:00
6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
// @flow
|
|
|
|
export { default as SharedVideo } from './SharedVideo';
|
|
export { default as SharedVideoButton } from './SharedVideoButton';
|
|
export { default as SharedVideoDialog } from './SharedVideoDialog';
|