Adding some missing import in isDisplaySetActive helper
This commit is contained in:
parent
2ed30ee592
commit
601e9537c6
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user