Files
platform/src/apps/officer-web/Screens/Dashboard/Chat/index.tsx
T

7 lines
261 B
TypeScript

export { ChatPanel } from './ChatPanel';
export { EmbeddableChat, type Attachment } from './EmbeddableChat';
export { InputArea } from './InputArea';
export { Settings } from './Settings';
export { usePi } from './usePi';
export { ChatList } from './ChatList';