fix: remove unused UserOutlined import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
WangDL 2026-05-22 16:26:11 +08:00
parent 688cd4686c
commit e6d3a1d096

View File

@ -1,7 +1,7 @@
import { useState, useRef, useEffect, useCallback } from 'react'
import { Input, Button, theme, Typography, App } from 'antd'
import {
SendOutlined, RobotOutlined, UserOutlined, PlusOutlined,
SendOutlined, RobotOutlined, PlusOutlined,
DeleteOutlined, StopOutlined, MessageOutlined,
} from '@ant-design/icons'
import { streamChat, type StreamEvent } from '@/services/ai-chat'