Skip to content

Commit

Permalink
export action creators
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueleDiVizio committed Oct 9, 2019
1 parent 382bbd0 commit dbb3450
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/redux/actionCreators.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ export const changeQueueSemaphore = (
type: actionTypes.CHANGE_QUEUE_SEMAPHORE,
payload: semaphoreColor,
});

export default {
changeQueueSemaphore,
dismissActionsFromQueue,
removeActionFromQueue,
fetchOfflineMode,
connectionChange,
};

0 comments on commit dbb3450

Please sign in to comment.