export default () => { const books = [{ "Book": "Math", "Subject": "002015", "Author": "R D Sharma", "Price": "600", "Quantity": "15", "Rack": "110", }, { "Book": "Hindi", "Subject": "059090", "Author": "V Kumar", "Price": "400", "Quantity": "5", "Rack": "10", }, ] return books; }