mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-01-17 12:10:17 +00:00
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
// @flow
|
|
|
|
export { default as Chat } from './Chat';
|
|
export { default as ChatButton } from './ChatButton';
|
|
export { default as ChatPrivacyDialog } from './ChatPrivacyDialog';
|