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 { Input, Button, theme, Typography, App } from 'antd'
|
||||||
import {
|
import {
|
||||||
SendOutlined, RobotOutlined, PlusOutlined, ToolOutlined,
|
SendOutlined, RobotOutlined, PlusOutlined, ToolOutlined,
|
||||||
DeleteOutlined, StopOutlined, MessageOutlined, UserOutlined,
|
DeleteOutlined, StopOutlined, MessageOutlined,
|
||||||
CheckOutlined, CloseOutlined,
|
|
||||||
} from '@ant-design/icons'
|
} from '@ant-design/icons'
|
||||||
import { streamChat, resolveApproval, type StreamEvent } from '@/services/ai-chat'
|
import { streamChat, resolveApproval, type StreamEvent } from '@/services/ai-chat'
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user