3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
export { default as ChatContainer } from './ChatContainer';
|
|
export { default as ChatTextField } from './ChatTextField/ChatTextField';
|