fix: hotkey page up/down did not work (#2910)

This commit is contained in:
Doug Horner 2022-09-08 10:46:26 -04:00 committed by GitHub
parent ddfde9279e
commit d74ad370e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { redux } from '@ohif/core';
import { redux, utils } from '@ohif/core';
import store from './../../store';
const commandsModule = ({ commandsManager }) => {