mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-04 18:00:19 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
// @flow
|
|
|
|
export * from './web';
|
|
|
|
export { default as PrivateMessageButton } from './PrivateMessageButton';
|