export function loadCustomersSuccess()

in src/actions/customerActions.js [39:41]


export function loadCustomersSuccess(customers) {
  return {type: types.LOAD_CUSTOMERS_SUCCESS, customers};
}