From e9458e95b6755f54c78dfc3fff81c06cfe84ec80 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 3 Apr 2022 21:08:46 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8Dts=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ChatBox/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/ChatBox/index.tsx b/web/src/components/ChatBox/index.tsx index 5791da2e..5155ddda 100644 --- a/web/src/components/ChatBox/index.tsx +++ b/web/src/components/ChatBox/index.tsx @@ -1,10 +1,9 @@ -import React, { useRef } from 'react'; +import React from 'react'; import { ChatBoxContextProvider, useConverseMessage } from 'tailchat-shared'; import { AlertErrorView } from '../AlertErrorView'; import { ChatBoxPlaceholder } from './ChatBoxPlaceholder'; import { ChatInputBox } from './ChatInputBox'; import { ChatMessageList } from './ChatMessageList'; -import type { MessageListRef } from './ChatMessageList/types'; import { ChatReply } from './ChatReply'; import { useMessageAck } from './useMessageAck';