From e35a251ab8aa10e38324e5a30aa88a54b28a77d4 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 30 May 2019 12:06:44 -0400 Subject: [PATCH] Use new scoped import --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7d3718fd3..9bc025631 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,7 @@ import ui from './redux/ui.js'; import OHIFStandaloneViewer from './OHIFStandaloneViewer'; import WhiteLabellingContext from './WhiteLabellingContext'; import OHIFCornerstoneExtension from 'ohif-cornerstone-extension'; -import OHIFVTKExtension from 'ohif-vtk-extension'; +import OHIFVTKExtension from '@ohif/extension-vtk'; import OHIFDicomPDFExtension from 'ohif-dicom-pdf-extension'; import OHIFDicomHtmlExtension from 'ohif-dicom-html-extension'; import OHIFDicomMicroscopyExtension from 'ohif-dicom-microscopy-extension';