mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 09:02:39 +00:00
6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
// @flow
|
|
|
|
export { default as AbstractDialogTab } from './AbstractDialogTab';
|
|
export type { Props as AbstractDialogTabProps } from './AbstractDialogTab';
|
|
export { default as DialogContainer } from '../../../ui/components/web/DialogContainer';
|