fix(cli): removing missing imports in mode template (#5049)
This commit is contained in:
parent
c784b7e6d5
commit
dcde841839
@ -1,5 +1,5 @@
|
||||
import { hotkeys } from '@ohif/core';
|
||||
import { initToolGroups, toolbarButtons, moreTools } from '@ohif/mode-longitudinal';
|
||||
import { initToolGroups, toolbarButtons } from '@ohif/mode-longitudinal';
|
||||
import { id } from './id';
|
||||
|
||||
const ohif = {
|
||||
@ -48,7 +48,7 @@ function modeFactory({ modeConfiguration }) {
|
||||
// Init Default and SR ToolGroups
|
||||
initToolGroups(extensionManager, toolGroupService, commandsManager);
|
||||
|
||||
toolbarService.register([...toolbarButtons, ...moreTools]);
|
||||
toolbarService.register([...toolbarButtons]);
|
||||
toolbarService.updateSection('primary', [
|
||||
'MeasurementTools',
|
||||
'Zoom',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user