Files
jitsi-meet/react/features/recording/components/web/index.js

5 lines
180 B
JavaScript
Raw Normal View History

2018-11-19 15:09:09 +01:00
// @flow
export { default as RecordingLabel } from './RecordingLabel';
2020-05-28 17:42:02 -05:00
export { default as RecordingLimitNotificationDescription } from './RecordingLimitNotificationDescription';