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