diff --git a/platform/cli/templates/mode/src/index.tsx b/platform/cli/templates/mode/src/index.tsx index a327b68cb..c0046a29c 100644 --- a/platform/cli/templates/mode/src/index.tsx +++ b/platform/cli/templates/mode/src/index.tsx @@ -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',