Files
jitsi-meet/react/features/lobby/components/web/index.js
2020-06-09 18:10:43 +02:00

6 lines
204 B
JavaScript

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