import { customer } from './customer';

export const CUSTOMERS: customer[] = [
  {
    id: '179',
    src: 'assets/images/user/avatar-1.jpg',
    name: 'Addie Bass',
    email: 'mareva@gmail.com',
    orders: 45,
    spent: '$ 7,634',
    status: 'Relationship',
    status_type: 'bg-light-success'
  },
  {
    id: '60',
    src: 'assets/images/user/avatar-2.jpg',
    name: 'Agnes McGee',
    email: 'heba@gmail.com',
    orders: 42,
    spent: '$3,742',
    status: 'Single',
    status_type: 'bg-light-primary'
  },
  {
    id: '133',
    src: 'assets/images/user/avatar-3.jpg',
    name: 'Alberta Robbins',
    email: 'miza@gmail.com',
    orders: 20,
    spent: '$885',
    status: 'Complicated',
    status_type: 'bg-light-danger'
  },
  {
    id: '179',
    src: 'assets/images/user/avatar-1.jpg',
    name: 'Addie Bass',
    email: 'mareva@gmail.com',
    orders: 45,
    spent: '$ 7,634',
    status: 'Relationship',
    status_type: 'bg-light-success'
  },
  {
    id: '60',
    src: 'assets/images/user/avatar-2.jpg',
    name: 'Agnes McGee',
    email: 'heba@gmail.com',
    orders: 42,
    spent: '$3,742',
    status: 'Single',
    status_type: 'bg-light-primary'
  },
  {
    id: '133',
    src: 'assets/images/user/avatar-3.jpg',
    name: 'Alberta Robbins',
    email: 'miza@gmail.com',
    orders: 20,
    spent: '$885',
    status: 'Complicated',
    status_type: 'bg-light-danger'
  },
  {
    id: '179',
    src: 'assets/images/user/avatar-1.jpg',
    name: 'Addie Bass',
    email: 'mareva@gmail.com',
    orders: 45,
    spent: '$ 7,634',
    status: 'Relationship',
    status_type: 'bg-light-success'
  },
  {
    id: '60',
    src: 'assets/images/user/avatar-2.jpg',
    name: 'Agnes McGee',
    email: 'heba@gmail.com',
    orders: 42,
    spent: '$3,742',
    status: 'Single',
    status_type: 'bg-light-primary'
  },
  {
    id: '133',
    src: 'assets/images/user/avatar-3.jpg',
    name: 'Alberta Robbins',
    email: 'miza@gmail.com',
    orders: 20,
    spent: '$885',
    status: 'Complicated',
    status_type: 'bg-light-danger'
  },
  {
    id: '179',
    src: 'assets/images/user/avatar-1.jpg',
    name: 'Addie Bass',
    email: 'mareva@gmail.com',
    orders: 45,
    spent: '$ 7,634',
    status: 'Relationship',
    status_type: 'bg-light-success'
  },
  {
    id: '60',
    src: 'assets/images/user/avatar-2.jpg',
    name: 'Agnes McGee',
    email: 'heba@gmail.com',
    orders: 42,
    spent: '$3,742',
    status: 'Single',
    status_type: 'bg-light-primary'
  },
  {
    id: '133',
    src: 'assets/images/user/avatar-3.jpg',
    name: 'Alberta Robbins',
    email: 'miza@gmail.com',
    orders: 20,
    spent: '$885',
    status: 'Complicated',
    status_type: 'bg-light-danger'
  }
];
