jiti-meet/react/features/chat/components/index.native.js

5 lines
110 B
JavaScript
Raw Normal View History

// @flow
export * from './native';
2019-10-07 12:35:04 +00:00
export { default as PrivateMessageButton } from './PrivateMessageButton';