New @ohif/ui does not have ViewportDownloadForm; stub Hello World for time being
This commit is contained in:
parent
2d278be3fd
commit
acc2537140
@ -145,4 +145,8 @@ CornerstoneViewportDownloadForm.propTypes = {
|
|||||||
activeViewportIndex: PropTypes.number.isRequired,
|
activeViewportIndex: PropTypes.number.isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default CornerstoneViewportDownloadForm;
|
// export default CornerstoneViewportDownloadForm;
|
||||||
|
|
||||||
|
export default function HelloWorld() {
|
||||||
|
return <div>Hello World</div>;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user