fix: remove unused App import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
WangDL 2026-05-23 20:47:49 +08:00
parent 64a77791c1
commit 6020867060

View File

@ -1,5 +1,5 @@
import { useQuery, useQueryClient } from '@tanstack/react-query' 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 { ReloadOutlined, SafetyOutlined } from '@ant-design/icons'
import { api } from '@/services/http-client' import { api } from '@/services/http-client'
import dayjs from 'dayjs' import dayjs from 'dayjs'