Move ohif:commands into ohif:core

This commit is contained in:
Erik Ziegler 2018-09-17 11:18:48 +02:00
parent da36c33c70
commit 1abd0e6f9d
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { ReactiveVar } from 'meteor/reactive-var'; import { ReactiveVar } from 'meteor/reactive-var';
import { OHIF } from 'meteor/ohif:core'; 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 // Create context namespace using a ReactiveVar
const context = new ReactiveVar(null); const context = new ReactiveVar(null);