jiti-meet/react/features/base/dialog/components/web/index.js

6 lines
243 B
JavaScript
Raw Normal View History

2018-10-18 08:28:08 +00:00
// @flow
export { default as AbstractDialogTab } from './AbstractDialogTab';
export type { Props as AbstractDialogTabProps } from './AbstractDialogTab';
export { default as DialogContainer } from '../../../ui/components/web/DialogContainer';