mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 15:12:31 +00:00
10 lines
258 B
JavaScript
10 lines
258 B
JavaScript
// @flow
|
|
|
|
export {
|
|
default as KickRemoteParticipantDialog
|
|
} from './KickRemoteParticipantDialog';
|
|
export {
|
|
default as MuteRemoteParticipantDialog
|
|
} from './MuteRemoteParticipantDialog';
|
|
export { default as RemoteVideoMenu } from './RemoteVideoMenu';
|