mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-18 03:30:16 +00:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
// @flow
|
|
|
|
export { default as Conference } from './Conference';
|
|
export { default as renderConferenceTimer } from './ConferenceTimerDisplay';
|