fix: remove unused UserOutlined import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
688cd4686c
commit
e6d3a1d096
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user