import React from 'react'; import PropTypes from 'prop-types'; import classnames from 'classnames'; import { Icon, Typography } from '@ohif/ui'; // TODO: Add loading spinner to OHIF + use it here. const EmptyStudies = ({ className, isLoading }) => { return (