mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-01 20:40:17 +00:00
The basic indicator is extracted into a LoadingIndicator component, which then NetworkActivityIndicator displays (or not) based on network activity.
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
export {
|
|
default as NetworkActivityIndicator
|
|
} from './NetworkActivityIndicator';
|