Blame view
src/script/parents.js
644 Bytes
1c69557ac
|
1 2 3 4 5 |
export default () => { const parents = [{ "email": "digital@theideazfactory.com", "fatherName": "Abhishek", |
1c69557ac
|
6 7 |
"motherName": "Rita", "motherCellNo": "8989786789", |
11797ea5a
|
8 |
"fatherCellNo": "9898981234", |
d0ffa80fe
|
9 |
"countryCode": "+91", |
11797ea5a
|
10 |
"password": "" |
6fe35f887
|
11 |
|
1c69557ac
|
12 13 14 15 |
}, { "email": "Rampal@viithiisys.com", "fatherName": "suresh", |
1c69557ac
|
16 |
"motherName": "rita kumari", |
6fe35f887
|
17 |
"fatherCellNo": "9898987867", |
d0ffa80fe
|
18 |
"countryCode": "+91", |
11797ea5a
|
19 20 |
"motherCellNo": "9768576536", "password": "" |
1c69557ac
|
21 22 23 24 25 |
} ] return parents; } |