ohif-viewer/platform/ui/index.js
Rodrigo Antinarelli fe672a804e feat: Study List Table - v2 (#1497)
* 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
2020-05-15 12:36:00 +01:00

11 lines
155 B
JavaScript

export {
Button,
ButtonGroup,
Icon,
IconButton,
ThemeWrapper,
Typography,
} from './src/components';
export { StudyList } from './src/views';