Refactor context menu actions and constants

This is in order to accomodate more stateful objects by separating the
context menu specific actions and constants into their own files.
This commit is contained in:
Joey Payne 2016-03-05 17:24:23 -07:00
commit c1340ef758
4 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1,3 @@
export const UPDATE_CONTEXT_MENU = "UPDATE_CONTEXT_MENU"
export const OPEN_CONTEXT_MENU = "OPEN_CONTEXT_MENU"
export const CLOSE_CONTEXT_MENU = "CLOSE_CONTEXT_MENU"