export const bookings = [ { id: '0', appointment_name: 'fred', date: '2024-11-20T19:07:45.617Z', service: 'haircut', payment: 10, phone: '123456', status: 'pending', email: 'test@test.com', createdOn: 'march 1', placesBooked: 1, }, { id: '1', appointment_name: 'john', date: '2024-11-25T19:07:45.617Z', service: 'haircut', payment: 10, phone: '123456', status: 'cancelled', email: 'test@test.com', createdOn: 'march 1', placesBooked: 1, }, { id: '2', appointment_name: 'bill', date: '2024-11-22T19:07:45.617Z', service: 'haircut', payment: 10, phone: '123456', status: 'paid', email: 'test@test.com', createdOn: 'march 1', placesBooked: 1, }, ]