Skip to content

Commit

Permalink
remove dependency cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Oct 31, 2024
1 parent b97d9ee commit c27d596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/RenderingEngine/Viewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import type vtkActor from '@kitware/vtk.js/Rendering/Core/Actor';
import type vtkProp from '@kitware/vtk.js/Rendering/Core/Prop';
import type vtkImageData from '@kitware/vtk.js/Common/DataModel/ImageData';
import type vtkMapper from '@kitware/vtk.js/Rendering/Core/Mapper';
import { deepClone } from '../utilities';
import { deepClone } from '../utilities/deepClone';

/**
* An object representing a single viewport, which is a camera
Expand Down

0 comments on commit c27d596

Please sign in to comment.