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';
|