create datepicker - set farsi digit font - create my account page - fix bugs

This commit is contained in:
Alihaghighattalab
2024-08-07 15:35:14 +03:30
parent 7499180fb1
commit 9797108b91
14 changed files with 308 additions and 10 deletions
+16
View File
@@ -54,4 +54,20 @@ export interface StatusBoxItemInterface {
title: string,
icon: React.ReactNode,
value: number
}
export interface MyAccountInterface {
phoneNumber: string,
marketName: string,
name: string,
family: string,
city: object,
capCity: object,
address: string,
phoneNumber1: string,
staticNumber: string,
date: string,
currentPassword: string,
newPassword: string,
repeatPassword: string
}