complete wallet page

This commit is contained in:
Alihaghighattalab
2024-08-08 10:33:58 +03:30
parent f7450f8822
commit 65943cb1f3
13 changed files with 356 additions and 12 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ export interface StatusBoxItemInterface {
name: string,
title: string,
icon: React.ReactNode,
value: number
value: number,
detail?: boolean
}
export interface MyAccountInterface {