export function unloadCustomers()

in src/actions/customerActions.js [43:45]


export function unloadCustomers() {
  return {type: types.UNLOAD_CUSTOMERS};
}