* feat: StudyListTable Refactor * feat: StudyListTable + Props Refactor * fix expanded rows handler * update and fix study list doc page * fix date format * use moment to format date * expose new components * fix study list expanded row * Export and Create doc page for Pagination * API Definition, Export and Doc page for StudyListTable * StudyListTableRow * use real example to mount study list * move files * temporary change study list (viewer) structure * fix studyList * remove unused files * remove file * remove unused package * PR fixes * Remove console.dir Co-authored-by: Gustavo Lelis <galelis@gmail.com>
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import getMockedStudies from './getMockedStudies';
|
|
|
|
const utils = { getMockedStudies };
|
|
|
|
export { getMockedStudies };
|
|
|
|
export default utils;
|