diff --git a/react/features/invite/components/InviteButton.web.js b/react/features/invite/components/InviteButton.web.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/react/features/invite/components/index.js b/react/features/invite/components/index.js index e32c31d964..e4c747f0bd 100644 --- a/react/features/invite/components/index.js +++ b/react/features/invite/components/index.js @@ -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';