Rearrange recording feature files

This commit is contained in:
Bettenbuk Zoltan
2018-11-19 15:09:09 +01:00
committed by Zoltan Bettenbuk
parent 2b1cb75e40
commit 71edea8aac
40 changed files with 115 additions and 69 deletions

View File

@@ -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';