fix: remove App import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 8s
This commit is contained in:
parent
bf907196d0
commit
b90ac755c4
@ -1,5 +1,5 @@
|
||||
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 { api } from '@/services/http-client'
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user