Isolating the ohif:study-list package

This commit is contained in:
Bruno Alves de Faria 2017-11-01 16:44:14 -02:00
parent c42722192b
commit ddc45df4bd
4 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
import './getStudyMetadata.js';
import './studylistSearch.js';

View File

@ -19,6 +19,7 @@ Package.onUse(function(api) {
'ohif:design',
'ohif:core',
'ohif:log',
'ohif:servers',
'ohif:dicom-services',
'ohif:viewerbase',
'ohif:wadoproxy'

View File

@ -1,2 +1 @@
import './importStudies.js';
import './studylistSearch.js';