mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-06 10:50:20 +00:00
* 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
7 lines
230 B
JavaScript
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';
|