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

6 lines
108 B
JavaScript
Raw Normal View History

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