Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed May 28, 2024
1 parent 649186f commit dc13e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-components/src/hooks/useClickedNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { type PointCloudAnnotationMappedAssetData } from './types';
import { MOUSE, Vector2 } from 'three';
import { type DmsUniqueIdentifier, type Source } from '../utilities/FdmSDK';
import { useRenderTarget, useReveal } from '../components/RevealCanvas/ViewerContext';
import { NavigationTool } from '../architecture/base/commands/NavigationTool';

export type AssetMappingDataResult = {
cadNode: Node3D;
Expand Down

0 comments on commit dc13e93

Please sign in to comment.