diff --git a/react/features/invite/components/InviteButton.web.js b/react/features/invite/components/InviteButton.web.js new file mode 100644 index 000000000..e69de29bb diff --git a/react/features/invite/components/index.js b/react/features/invite/components/index.js index e32c31d96..e4c747f0b 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';