diff options
author | rohan09-raj <[email protected]> | 2022-08-19 21:06:48 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-19 21:06:48 +0530 |
commit | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (patch) | |
tree | 9961cc4ba587f9be8514adfce9c082cb8c3ad638 /client/src/constants/userData.js | |
parent | 953dd3c954411d92811415cc9be4a7c7d76ab185 (diff) |
minor fixes
Diffstat (limited to 'client/src/constants/userData.js')
-rw-r--r-- | client/src/constants/userData.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/client/src/constants/userData.js b/client/src/constants/userData.js new file mode 100644 index 0000000..f929e39 --- /dev/null +++ b/client/src/constants/userData.js @@ -0,0 +1,25 @@ +export const initialUserData = { + indianResident: '', + name: '', + gender: '', + dob: '', + mobile: '', + email: '', + address: { + houseNo: '', + street: '', + locality: '', + landmark: '', + village: '', + district: '', + state: '', + postOffice: '', + pincode: '' + }, + photo: '', + documents: { + POI: '', + POA: '', + DOB: '' + } +} |