7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
import { OHIF } from 'meteor/ohif:core';
|
|
|
|
OHIF.studylist = {
|
|
collections: {},
|
|
actions: {}
|
|
};
|