Files
jitsi-meet/react/features/chat/components/native/index.js
T

6 lines
174 B
JavaScript

// @flow
export { default as Chat } from './Chat';
export { default as ChatButton } from './ChatButton';
export { default as ChatPrivacyDialog } from './ChatPrivacyDialog';