Isolating the ohif:study-list package
This commit is contained in:
parent
c42722192b
commit
ddc45df4bd
@ -1 +1,2 @@
|
|||||||
import './getStudyMetadata.js';
|
import './getStudyMetadata.js';
|
||||||
|
import './studylistSearch.js';
|
||||||
|
|||||||
@ -19,6 +19,7 @@ Package.onUse(function(api) {
|
|||||||
'ohif:design',
|
'ohif:design',
|
||||||
'ohif:core',
|
'ohif:core',
|
||||||
'ohif:log',
|
'ohif:log',
|
||||||
|
'ohif:servers',
|
||||||
'ohif:dicom-services',
|
'ohif:dicom-services',
|
||||||
'ohif:viewerbase',
|
'ohif:viewerbase',
|
||||||
'ohif:wadoproxy'
|
'ohif:wadoproxy'
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
import './importStudies.js';
|
import './importStudies.js';
|
||||||
import './studylistSearch.js';
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user