|
|
@ -1,10 +1,9 @@
|
|
|
|
import React, { useRef } from 'react';
|
|
|
|
import React from 'react';
|
|
|
|
import { ChatBoxContextProvider, useConverseMessage } from 'tailchat-shared';
|
|
|
|
import { ChatBoxContextProvider, useConverseMessage } from 'tailchat-shared';
|
|
|
|
import { AlertErrorView } from '../AlertErrorView';
|
|
|
|
import { AlertErrorView } from '../AlertErrorView';
|
|
|
|
import { ChatBoxPlaceholder } from './ChatBoxPlaceholder';
|
|
|
|
import { ChatBoxPlaceholder } from './ChatBoxPlaceholder';
|
|
|
|
import { ChatInputBox } from './ChatInputBox';
|
|
|
|
import { ChatInputBox } from './ChatInputBox';
|
|
|
|
import { ChatMessageList } from './ChatMessageList';
|
|
|
|
import { ChatMessageList } from './ChatMessageList';
|
|
|
|
import type { MessageListRef } from './ChatMessageList/types';
|
|
|
|
|
|
|
|
import { ChatReply } from './ChatReply';
|
|
|
|
import { ChatReply } from './ChatReply';
|
|
|
|
import { useMessageAck } from './useMessageAck';
|
|
|
|
import { useMessageAck } from './useMessageAck';
|
|
|
|
|
|
|
|
|
|
|
|