in src/actions/customerActions.js [20:22]
export function loadCustomerSuccess(customer) { return {type: types.LOAD_CUSTOMER_SUCCESS, customer}; }