Skip to content

Commit

Permalink
Fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jun 25, 2024
1 parent 64059ff commit 5572217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/vis-packs/core/raw/RawVisContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { RawImageVis, RawVis } from '@h5web/lib';
import { isBinaryImage } from '@h5web/lib/src/vis/raw/utils';
import { assertDataset, assertNonNullShape } from '@h5web/shared/guards';
import { createPortal } from 'react-dom';

Expand All @@ -10,6 +9,7 @@ import VisBoundary from '../../VisBoundary';
import ValueFetcher from '../ValueFetcher';
import { useRawConfig } from './config';
import RawToolbar from './RawToolbar';
import { isBinaryImage } from './utils';

function RawVisContainer(props: VisContainerProps) {
const { entity, toolbarContainer } = props;
Expand Down
File renamed without changes.

0 comments on commit 5572217

Please sign in to comment.