6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import { LoadingIndicatorProgress } from '@ohif/ui-next';
|
|
|
|
export default {
|
|
'ui.loadingIndicatorProgress': LoadingIndicatorProgress,
|
|
};
|