9 lines
142 B
JavaScript
Raw Normal View History

/*
*
* List constants
*
*/
2017-01-23 20:04:12 +01:00
export const LOAD_RECORDS = 'app/List/LOAD_RECORDS';
export const LOADED_RECORDS = 'app/List/LOADED_RECORDS';