client/src/constants/actionTypes.js
changeset 79 772b73e31069
parent 72 7634b424f426
child 80 b3a02ea6d097
equal deleted inserted replaced
78:49c5ea36d0a4 79:772b73e31069
     1 export const NOOP = 'NOOP';
     1 export const NOOP = 'NOOP';
     2 
     2 
     3 export const ADD_NOTE = 'ADD_NOTE';
     3 export const ADD_NOTE = 'ADD_NOTE';
       
     4 export const DELETE_NOTE = 'DELETE_NOTE';
     4 
     5 
     5 export const CREATE_SESSION = 'CREATE_SESSION';
     6 export const CREATE_SESSION = 'CREATE_SESSION';
     6 export const UPDATE_SESSION = 'UPDATE_SESSION';
     7 export const UPDATE_SESSION = 'UPDATE_SESSION';
     7 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
     8 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
     8 
     9