- Move the existing components for the static dial in page into a separate folder for easier reuse. - Reuse those components for displaying dial-on numbers on the mobile page for unsupported browsers. - Modify those components to support having tel protocol links on the dial-in numbers. - Have DialInSummary, formerly DialInInfoPage, respect a passed in className prop for easier styling differences.
5 lines
239 B
JavaScript
5 lines
239 B
JavaScript
export { default as AddPeopleDialog } from './AddPeopleDialog';
|
|
export { default as InfoDialogButton } from './InfoDialogButton';
|
|
export { default as InviteButton } from './InviteButton';
|
|
export { DialInSummary } from './dial-in-summary';
|