Skip to content

Commit

Permalink
fix: add proper import
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 26, 2023
1 parent 68e3e0a commit 9cf65b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Meta, StoryObj } from '@storybook/react';
import { Image360HistoricalDetails } from '..';
import { Image360HistoricalDetails } from '../src';
import { It, Mock } from 'moq.ts';
import { type Cognite3DViewer, type Image360, type Image360Revision } from '@cognite/reveal';

Expand Down

0 comments on commit 9cf65b0

Please sign in to comment.