client/src/constants/actionTypes.js
changeset 93 469da13402e2
parent 90 990f2c928b15
child 100 6fd752d98933
equal deleted inserted replaced
92:5a73b44925f2 93:469da13402e2
     4 export const DELETE_NOTE = 'DELETE_NOTE';
     4 export const DELETE_NOTE = 'DELETE_NOTE';
     5 export const UPDATE_NOTE = 'UPDATE_NOTE';
     5 export const UPDATE_NOTE = 'UPDATE_NOTE';
     6 
     6 
     7 export const CREATE_SESSION = 'CREATE_SESSION';
     7 export const CREATE_SESSION = 'CREATE_SESSION';
     8 export const UPDATE_SESSION = 'UPDATE_SESSION';
     8 export const UPDATE_SESSION = 'UPDATE_SESSION';
       
     9 export const DELETE_SESSION = 'DELETE_SESSION';
     9 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
    10 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
    10 
    11 
    11 export const AUTH_LOGIN_SUBMIT = 'AUTH_LOGIN_SUBMIT';
    12 export const AUTH_LOGIN_SUBMIT = 'AUTH_LOGIN_SUBMIT';
    12 export const AUTH_LOGIN_REQUEST = 'AUTH_LOGIN_REQUEST';
    13 export const AUTH_LOGIN_REQUEST = 'AUTH_LOGIN_REQUEST';
    13 export const AUTH_LOGIN_ERROR = 'AUTH_LOGIN_ERROR';
    14 export const AUTH_LOGIN_ERROR = 'AUTH_LOGIN_ERROR';