fix(cli): removing missing imports in mode template (#5049)

This commit is contained in:
Alexis jankowski 2025-05-16 15:11:01 -03:00 committed by GitHub
parent c784b7e6d5
commit dcde841839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',