File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { toTypedArray } from '../utils';
55
66import { DataSetContext , FieldsContext } from './View' ;
77import vtkDataArray from '@kitware/vtk.js/Common/Core/DataArray.js' ;
8- import { TYPED_ARRAYS } from '@kitware/vtk.js/macro .js' ;
8+ import { TYPED_ARRAYS } from '@kitware/vtk.js/macros .js' ;
99
1010/**
1111 * DataArray is creating a vtkDataArray for the container fields
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
33
4- import macro from '@kitware/vtk.js/macro .js' ;
4+ import macro from '@kitware/vtk.js/macros .js' ;
55
66import { RepresentationContext , DownstreamContext } from './View' ;
77
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
55// vtk.js Rendering stack
66// ----------------------------------------------------------------------------
77
8- import { debounce } from '@kitware/vtk.js/macro .js' ;
8+ import { debounce } from '@kitware/vtk.js/macros .js' ;
99
1010import vtkOpenGLRenderWindow from '@kitware/vtk.js/Rendering/OpenGL/RenderWindow.js' ;
1111import vtkRenderWindow from '@kitware/vtk.js/Rendering/Core/RenderWindow.js' ;
You can’t perform that action at this time.
0 commit comments