Files
jitsi-meet/react/features/chat/components/web/index.js
Avram Tudor 62c78950cd feat(toolbox) allow any toolbox button to be displayed in main toolbar (#9488)
* feat(toolbox) allow any toolbox button to be displayed as main

fixes the previous behaviour where only a certain set of buttons were whitelisted for being displayed in the main toolbar

* code review

* code review - fix avatar icon position
2021-07-08 16:42:07 +03:00

7 lines
230 B
JavaScript

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