Files
jitsi-meet/react/features/lobby/components/native/index.js
Calinteodor f8af9c4fae feat(notifications): native UI updates (#12798)
* feat(notifications): native notifications UI updates
2023-02-21 11:26:04 +02:00

5 lines
130 B
JavaScript

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