This commit is contained in:
hailin 2025-04-02 22:30:44 +08:00
parent 658da375a7
commit 428fee6f81
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import { useTranslation } from 'react-i18next'
import { message } from 'antd' import { message } from 'antd'
import { LogoAI } from '@/components/chat' import { LogoAI } from '@/components/chat'
import { useState } from "react"; import { useState, useRef, } from "react";
import { Trash2 } from "lucide-react"; import { Trash2 } from "lucide-react";