mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 18:47:46 +00:00
Rearrange recording feature files
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
2b1cb75e40
commit
71edea8aac
@@ -1,12 +1,5 @@
|
||||
export {
|
||||
LiveStreamButton,
|
||||
StartLiveStreamDialog,
|
||||
StopLiveStreamDialog
|
||||
} from './LiveStream';
|
||||
export {
|
||||
RecordButton,
|
||||
StartRecordingDialog,
|
||||
StopRecordingDialog
|
||||
} from './Recording';
|
||||
export { default as RecordingLabel } from './RecordingLabel';
|
||||
export { default as RecordingExpandedLabel } from './RecordingExpandedLabel';
|
||||
// @flow
|
||||
|
||||
export * from './_';
|
||||
export * from './LiveStream';
|
||||
export * from './Recording';
|
||||
|
||||
Reference in New Issue
Block a user