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