equal
deleted
inserted
replaced
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'; |