mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 13:37:51 +00:00
Contributing all buttons in one place goes against the designs that we set out at the beginning of the project's rewrite and that multiple of us have been following since then.
5 lines
239 B
JavaScript
5 lines
239 B
JavaScript
export { default as AddPeopleDialog } from './AddPeopleDialog';
|
|
export { DialInSummary } from './dial-in-summary';
|
|
export { default as InfoDialogButton } from './InfoDialogButton';
|
|
export { default as InviteButton } from './InviteButton';
|