feat: 修复警告

This commit is contained in:
zdl
2025-11-24 14:52:57 +08:00
parent 13040b5df8
commit e201f35b18
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// src/views/AgentChat/constants/models.ts // src/views/AgentChat/constants/models.ts
// 可用模型配置 // 可用模型配置
import React from 'react'; import * as React from 'react';
import { Brain, Zap, TrendingUp } from 'lucide-react'; import { Brain, Zap, TrendingUp } from 'lucide-react';
/** /**

View File

@@ -1,7 +1,7 @@
// src/views/AgentChat/constants/tools.ts // src/views/AgentChat/constants/tools.ts
// MCP 工具配置 // MCP 工具配置
import React from 'react'; import * as React from 'react';
import { import {
Globe, Globe,
Newspaper, Newspaper,