2019-10-08 18:22:45 +02:00

6 lines
174 B
JavaScript

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