Adding some missing import in isDisplaySetActive helper

This commit is contained in:
Eloízio Salgado 2017-01-20 08:29:06 -02:00 committed by Emanuel F. Oliveira
parent 2ed30ee592
commit 601e9537c6

View File

@ -1,6 +1,7 @@
import { Template } from 'meteor/templating';
import { Session } from 'meteor/session';
import { $ } from 'meteor/jquery';
import { _ } from 'meteor/underscore';
import { OHIF } from 'meteor/ohif:core';
import 'meteor/ohif:viewerbase';