casing change
This commit is contained in:
parent
591e21e287
commit
d510cc8ad2
@ -1,7 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
PanelStudyBrowserTracking,
|
PanelStudyBrowserTracking,
|
||||||
PanelMeasurementTableTracking,
|
PanelMeasurementTableTracking,
|
||||||
} from './Panels';
|
} from './panels';
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// - No loading UI exists yet
|
// - No loading UI exists yet
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const Component = React.lazy(() => {
|
const Component = React.lazy(() => {
|
||||||
return import('./Viewports/OHIFCornerstoneViewport');
|
return import('./viewports/OHIFCornerstoneViewport');
|
||||||
});
|
});
|
||||||
|
|
||||||
const OHIFCornerstoneViewport = props => {
|
const OHIFCornerstoneViewport = props => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user