Skip to content

Commit

Permalink
fix(import): fix the imports for internals
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Feb 6, 2024
1 parent 8080158 commit 6a5f169
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/Filters/General/ContourLoopExtraction/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { vtkAlgorithm, vtkObject } from '@kitware/vtk.js/interfaces';
import vtkPolyData from '@kitware/vtk.js/Common/DataModel/PolyData';
import { Vector3 } from '@kitware/vtk.js/types';

import { vtkAlgorithm, vtkObject } from '../../../interfaces';
import vtkPolyData from '../../../Common/DataModel/PolyData';
/**
* Initial configuration values for vtkContourLoopExtraction instances.
*/
Expand Down

0 comments on commit 6a5f169

Please sign in to comment.