Skip to content

Commit

Permalink
chore: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Sep 10, 2024
1 parent 30de79d commit 62f05ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { type TaggedAddResourceOptions } from '../../components/Reveal3DResource
import { COGNITE_3D_OBJECT_SOURCE } from './dataModels';
import { getDMSModels } from './getDMSModels';
import { getEdgeConnected3dInstances } from './getEdgeConnected3dInstances';
import { getFdmConnectionsForNodes } from './getFdmConnectionsForNodeIds';
import { getFdmConnectionsForNodes } from './getFdmConnectionsForNodes';
import { type Node3D } from '@cognite/sdk';
import { getDMSRevision } from './getDMSRevision';
import { listAllMappedFdmNodes, listMappedFdmNodes } from './listMappedFdmNodes';
Expand Down

0 comments on commit 62f05ad

Please sign in to comment.