mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-01 11:30:17 +00:00
Create a new component that uses Dialog. Reuse existing actions for updating a participant's display name.
3 lines
124 B
JavaScript
3 lines
124 B
JavaScript
export { default as DisplayName } from './DisplayName';
|
|
export { default as DisplayNamePrompt } from './DisplayNamePrompt';
|