mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 17:07:49 +00:00
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
// @flow
|
|
|
|
export { default as LobbyScreen } from './LobbyScreen';
|
|
export { default as LobbyChatScreen } from './LobbyChatScreen';
|