Skip to content

Commit

Permalink
chore: improve path
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Sep 9, 2024
1 parent 9b5a83e commit 80e4ddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import { type MutableRefObject, useEffect, useRef } from 'react';
import { useReveal } from '../../..';
import { useReveal } from '../ViewerContext';
import { type CameraState } from '@cognite/reveal';

export type CameraStateParameters = Omit<Required<CameraState>, 'rotation'>;
Expand Down

0 comments on commit 80e4ddf

Please sign in to comment.