From 602086706009a68f6ffd075629082d7004f77eda Mon Sep 17 00:00:00 2001 From: WangDL Date: Sat, 23 May 2026 20:47:49 +0800 Subject: [PATCH] fix: remove unused App import --- src/pages/SecurityEvents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SecurityEvents.tsx b/src/pages/SecurityEvents.tsx index 147cc80..fd299f9 100644 --- a/src/pages/SecurityEvents.tsx +++ b/src/pages/SecurityEvents.tsx @@ -1,5 +1,5 @@ import { useQuery, useQueryClient } from '@tanstack/react-query' -import { Table, Button, Typography, Tag, App } from 'antd' +import { Table, Button, Typography, Tag } from 'antd' import { ReloadOutlined, SafetyOutlined } from '@ant-design/icons' import { api } from '@/services/http-client' import dayjs from 'dayjs'