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'