| changeset 79 | 772b73e31069 |
| parent 72 | 7634b424f426 |
| child 80 | b3a02ea6d097 |
--- a/client/src/constants/actionTypes.js Thu Jun 22 12:37:53 2017 +0200 +++ b/client/src/constants/actionTypes.js Fri Jun 23 10:16:49 2017 +0200 @@ -1,6 +1,7 @@ export const NOOP = 'NOOP'; export const ADD_NOTE = 'ADD_NOTE'; +export const DELETE_NOTE = 'DELETE_NOTE'; export const CREATE_SESSION = 'CREATE_SESSION'; export const UPDATE_SESSION = 'UPDATE_SESSION';