Move ohif:commands into ohif:core
This commit is contained in:
parent
da36c33c70
commit
1abd0e6f9d
@ -1,6 +1,6 @@
|
||||
import { ReactiveVar } from 'meteor/reactive-var';
|
||||
import { OHIF } from 'meteor/ohif:core';
|
||||
import { CommandsManager } from 'meteor/ohif:commands/client/classes/CommandsManager';
|
||||
import { CommandsManager } from './classes/CommandsManager';
|
||||
|
||||
// Create context namespace using a ReactiveVar
|
||||
const context = new ReactiveVar(null);
|
||||
Loading…
Reference in New Issue
Block a user