Account Page

This commit is contained in:
efrilm
2025-09-11 00:16:00 +07:00
parent e267a50946
commit 630d9c0e65
8 changed files with 929 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
export type AccountType = {
id: number
code: string
name: string
category: string
balance: string
}