export function receiveOrders() {
  console.log("Receiving Orders");
  // Return a thunk
  return function (dispatch) {
    axios.get('/api/orders/')