mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-01 17:10: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';
|