Files
jitsi-meet/react/features/lobby/components/native/index.js
2022-04-26 14:55:15 +03:00

6 lines
210 B
JavaScript

// @flow
export { default as KnockingParticipantList } from './KnockingParticipantList';
export { default as LobbyScreen } from './LobbyScreen';
export { default as LobbyChatScreen } from './LobbyChatScreen';