The app will crash for me with react complaining about not a component being passed.
@@ -1,3 +1,4 @@
export { default as AddPeopleDialog } from './AddPeopleDialog';
export { default as InfoDialogButton } from './InfoDialogButton';
+export { default as InviteButton } from './InviteButton';
export { DialInSummary } from './dial-in-summary';