export default { ADD_TODO: 'addTodo', DELETE_TODO: 'deleteTodo', DELETE_ALL: 'deleteAll', DONE_TOGGLE: 'doneToggle', SHOW_LIST: 'showList' }