jiti-meet/react/features/chat/components/native/index.js

5 lines
106 B
JavaScript
Raw Normal View History

// @flow
export { default as Chat } from './Chat';
export { default as ChatButton } from './ChatButton';