ohif-viewer/platform/ui/index.js
Gustavo André Lelis 8c6daf5395 Feat/ui v2 ohif logo svg (#1506)
* Adding new icons

* Introducing Svg component

* Adding ohif logo into header
2020-05-15 12:36:01 +01:00

12 lines
162 B
JavaScript

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