Fix some OHIF undefined imports which may have been throwing errors in #78

This commit is contained in:
Erik Ziegler 2017-10-19 16:57:49 +02:00
parent 1d9b7d855d
commit b9cd3dfa4f
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { Template } from 'meteor/templating';
import { ReactiveVar } from 'meteor/reactive-var';
import { OHIF } from 'meteor/ohif:core';
import { toolManager } from '../../../lib/toolManager';
const toolTypes = ['length', 'simpleAngle', 'probe', 'ellipticalRoi', 'rectangleRoi', 'arrowAnnotate'];

View File

@ -1,5 +1,6 @@
import { $ } from 'meteor/jquery';
import { Session } from 'meteor/session';
import { OHIF } from 'meteor/ohif:core';
class BaseLoadingListener {
constructor(stack, options) {