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

This commit is contained in:
WangDL 2026-05-22 23:21:47 +08:00
parent bf907196d0
commit b90ac755c4

View File

@ -1,5 +1,5 @@
import { useQuery, useQueryClient } from '@tanstack/react-query' import { useQuery, useQueryClient } from '@tanstack/react-query'
import { Table, Card, Row, Col, Statistic, Button, Typography, App } from 'antd' import { Table, Card, Row, Col, Statistic, Button, Typography } from 'antd'
import { ReloadOutlined, DashboardOutlined } from '@ant-design/icons' import { ReloadOutlined, DashboardOutlined } from '@ant-design/icons'
import { api } from '@/services/http-client' import { api } from '@/services/http-client'
import dayjs from 'dayjs' import dayjs from 'dayjs'