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