fix: remove unused App import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
64a77791c1
commit
6020867060
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user