Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
abrin committed Apr 3, 2024
1 parent 204af43 commit 05b9e93
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {
useAnnotationPageManager,
useManifest,
} from 'react-iiif-vault';
import { createStylesHelper, SingleChoice } from '@iiif/vault-helpers';
import { createPaintingAnnotationsHelper } from '@iiif/vault-helpers';
import { createStylesHelper, SingleChoice, createPaintingAnnotationsHelper } from '@iiif/vault-helpers';
import { Fragment, h } from 'preact';
import { WorldObject, SingleImage } from '../../atlas-components';
import { RenderAnnotationPage } from '../RenderAnnotationPage/RenderAnnotationPage';
Expand Down Expand Up @@ -75,7 +74,6 @@ export function AtlasCanvas({
defaultChoices: defaultChoices?.map(({ id }) => id),
});

const choice = strategy.type === 'images' ? strategy.choice : undefined;
const manager = useAnnotationPageManager(manifest?.id || canvas?.id);
const fullPages = useVaultSelector(
(state, vault) => {
Expand Down

0 comments on commit 05b9e93

Please sign in to comment.