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