casing change

This commit is contained in:
dannyrb 2020-05-26 10:50:59 -04:00
parent 591e21e287
commit d510cc8ad2
10 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 => {