mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 11:48:43 +00:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/*
|
|
*
|
|
* List constants
|
|
*
|
|
*/
|
|
|
|
export const LOAD_RECORDS = 'app/List/LOAD_RECORDS';
|
|
export const LOADED_RECORDS = 'app/List/LOADED_RECORDS';
|