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',