ohif-viewer/modes/basic-test-mode/src/id.js
Alireza 123e3a569b
fix(Segmentation): bump packages to fix segmentation rendering (#3138)
* add test mode

* bump packages

* add reference lines

* update yarn lock

* fix netlify build

* fix num workers

* update year in doc
2023-02-03 09:33:28 -05:00

6 lines
89 B
JavaScript

import packageJson from '../package.json';
const id = packageJson.name;
export { id };