jiti-meet/react/features/device-selection/components/index.js

5 lines
146 B
JavaScript

// @flow
export { default as DeviceSelection } from './DeviceSelection';
export type { Props as DeviceSelectionProps } from './DeviceSelection';