From d0786532d844d154376e5595799ff12bfb10ddcf Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2026 09:52:34 +0800 Subject: [PATCH] fix: correct icon name and remove unused import - Change BuildingOutlined to BuildOutlined (correct export) - Remove unused React import Co-Authored-By: Claude Sonnet 4.6 --- src/pages/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1dfb925..0c571d6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,7 +1,6 @@ -import React from 'react'; import { useMyState } from '@/common'; import { - BuildingOutlined, + BuildOutlined, ImportOutlined, TeamOutlined, } from '@ant-design/icons'; @@ -13,7 +12,7 @@ export default function Index() { const quickActions = [ { - icon: , + icon: , title: '添加机构', description: '快速创建新的机构', themeColor: '#1890ff',