2017-01-23 20:04:12 +01:00

9 lines
142 B
JavaScript

/*
*
* List constants
*
*/
export const LOAD_RECORDS = 'app/List/LOAD_RECORDS';
export const LOADED_RECORDS = 'app/List/LOADED_RECORDS';