export default () => { const parents = [{ "email": "digital@theideazfactory.com", "fatherName": "Abhishek", "motherName": "Rita", "motherCellNo": "8989786789", "fatherCellNo": "9898981234" }, { "email": "Rampal@viithiisys.com", "fatherName": "suresh", "motherName": "rita kumari", "fatherCellNo": "9898987867", "motherCellNo": "9768576536" } ] return parents; }