product page update

This commit is contained in:
Samandar Turgunboyev
2026-01-14 14:26:59 +05:00
parent 6370a118fe
commit 6bf98545db
20 changed files with 686 additions and 495 deletions

View File

@@ -8,6 +8,7 @@ export interface UserData {
region: null | string;
address: null | string;
created_at: string;
password_set: boolean;
}
export interface UserListRes {