ohif-viewer/Packages/ohif-core/both/utils/index.js
2018-12-02 08:23:43 +01:00

9 lines
171 B
JavaScript

import { OHIF } from 'meteor/ohif:core';
import './absoluteUrl';
import './objectPath';
import guid from './guid';
OHIF.utils = OHIF.utils || {}
OHIF.utils.guid = guid;