index.js 281 B

1234567891011121314
  1. import ChatAsk from './ChatAsk';
  2. import ChatAnswer from './ChatAnswer';
  3. import ChatInput from './ChatInput';
  4. import ChatBaseCard from './ChatBaseCard';
  5. import ChatInputCopy from './ChatInputCopy';
  6. export {
  7. ChatAsk,
  8. ChatAnswer,
  9. ChatInput,
  10. ChatBaseCard,
  11. ChatInputCopy
  12. };