fix: remove unused imports
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
1bceee6bc2
commit
a4699c1a78
@ -2,8 +2,7 @@ import { useState, useRef, useEffect, useCallback } from 'react'
|
||||
import { Input, Button, theme, Typography, App } from 'antd'
|
||||
import {
|
||||
SendOutlined, RobotOutlined, PlusOutlined, ToolOutlined,
|
||||
DeleteOutlined, StopOutlined, MessageOutlined, UserOutlined,
|
||||
CheckOutlined, CloseOutlined,
|
||||
DeleteOutlined, StopOutlined, MessageOutlined,
|
||||
} from '@ant-design/icons'
|
||||
import { streamChat, resolveApproval, type StreamEvent } from '@/services/ai-chat'
|
||||
import {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user