Skip to content

Commit

Permalink
fix double import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed May 29, 2024
1 parent a5a72cf commit 7b5fd24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/exhibition-live/components/form/SimilarityFinder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ import {

import { lobidTypemap } from "../config/lobidMappings";
import { useAdbContext } from "@slub/edb-state-hooks";
import { mapByConfig } from "@slub/edb-ui-utils";
import { DeclarativeMapping, StrategyContext } from "@slub/edb-ui-utils";
import {
DeclarativeMapping,
mapByConfig,
StrategyContext,
} from "@slub/edb-ui-utils";
import {
gndEntryFromSuggestion,
gndEntryWithMainInfo,
Expand Down

0 comments on commit 7b5fd24

Please sign in to comment.