mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 12:52:35 +00:00
Converted LoadConfigOverlay to a JitsiScreen component that right now is part of navigation as ConnectingPage, plus I separated appNative and other actions into web and native.
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
// @flow
|
|
|
|
export { default as OverlayFrame } from './OverlayFrame';
|
|
export { default as PageReloadOverlay } from './PageReloadOverlay';
|