fix: Added missing export for LayoutSelector in ui-next (#5040)
This commit is contained in:
parent
4a91dfdfa5
commit
da51e6e3c1
@ -3,7 +3,7 @@ import React, { useCallback } from 'react';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { CommandsManager } from '@ohif/core';
|
import { CommandsManager } from '@ohif/core';
|
||||||
|
|
||||||
import { LayoutSelector } from '../../../../platform/ui-next/src/components/LayoutSelector';
|
import { LayoutSelector } from '@ohif/ui-next';
|
||||||
|
|
||||||
function ToolbarLayoutSelectorWithServices({
|
function ToolbarLayoutSelectorWithServices({
|
||||||
commandsManager,
|
commandsManager,
|
||||||
|
|||||||
@ -117,6 +117,7 @@ import {
|
|||||||
ToolButtonListItem,
|
ToolButtonListItem,
|
||||||
ToolButtonListDivider,
|
ToolButtonListDivider,
|
||||||
} from './ToolButton';
|
} from './ToolButton';
|
||||||
|
import { LayoutSelector } from './LayoutSelector';
|
||||||
import { ToolSettings } from './OHIFToolSettings';
|
import { ToolSettings } from './OHIFToolSettings';
|
||||||
export { DataRow } from './DataRow';
|
export { DataRow } from './DataRow';
|
||||||
export { MeasurementTable } from './MeasurementTable';
|
export { MeasurementTable } from './MeasurementTable';
|
||||||
@ -268,4 +269,5 @@ export {
|
|||||||
ProgressLoadingBar,
|
ProgressLoadingBar,
|
||||||
ViewportDialog,
|
ViewportDialog,
|
||||||
CinePlayer,
|
CinePlayer,
|
||||||
|
LayoutSelector
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user