mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 07:52:31 +00:00
6 lines
232 B
JavaScript
6 lines
232 B
JavaScript
export { default as LocalRecordingButton } from './LocalRecordingButton';
|
|
export { default as LocalRecordingLabel } from './LocalRecordingLabel';
|
|
export {
|
|
default as LocalRecordingInfoDialog
|
|
} from './LocalRecordingInfoDialog';
|