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

@ -1,4 +1,4 @@
import { UPDATE_CONTEXT_MENU, OPEN_CONTEXT_MENU, CLOSE_CONTEXT_MENU } from '../constants'
import { UPDATE_CONTEXT_MENU, OPEN_CONTEXT_MENU, CLOSE_CONTEXT_MENU } from '../constants/contextMenu'
const initialState =