feat: charts

This commit is contained in:
archer
2023-07-17 11:04:27 +08:00
parent 246283ee1c
commit ed42bb6ce8
6 changed files with 34 additions and 18 deletions

View File

@@ -21,8 +21,6 @@ const BillTable = () => {
data: bills,
isLoading,
Pagination,
pageSize,
total,
getData
} = usePagination<UserBillType>({
api: getUserBills,