* small fix in button hover * exported icons * feat: StudyList Table * icons comment * fix bottom spacing * add gatsby plugin for svg import * move mock file to ui * replace component to import from ui * move StudyList to platform/ui * fix inner table bg color * fix inner table border * add custom flex values * create custom class for custom scrollbar * fix inner table * update comment * refactor for reusable classes * update scrollbar name * fix studyList export * update scrollbar class
11 lines
155 B
JavaScript
11 lines
155 B
JavaScript
export {
|
|
Button,
|
|
ButtonGroup,
|
|
Icon,
|
|
IconButton,
|
|
ThemeWrapper,
|
|
Typography,
|
|
} from './src/components';
|
|
|
|
export { StudyList } from './src/views';
|