import { OHIF } from 'meteor/ohif:core'; /* * Defines the base OHIF user object */ const user = {}; OHIF.user = user; export { user };