Skip to content

Commit

Permalink
fix sparnatural integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Sep 6, 2024
1 parent b0e7d38 commit dba86ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/exhibition-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@slub/edb-authorities": "workspace:*",
"@slub/edb-data-mapping": "workspace:*",
"@slub/edb-default-theme": "workspace:*",
"@slub/edb-sparnatural": "workspace:*",
"@slub/exhibition-schema": "workspace:*",
"@slub/kulinarik-schema": "workspace:*",
"@tanstack/table-core": "^8.16.0",
Expand Down
9 changes: 3 additions & 6 deletions apps/exhibition-live/stories/components/QuerySparnatural.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { EdbSparnatural } from "@slub/edb-sparnatural";
import {
useAdbContext,
useGlobalCRUDOptions,
useQuery,
} from "@slub/edb-state-hooks";
import { useAdbContext, useGlobalCRUDOptions } from "@slub/edb-state-hooks";
import { useCallback, useState } from "react";
import df from "@rdfjs/data-model";
import { fixSparqlOrder, withDefaultPrefix } from "@slub/sparql-schema";
Expand All @@ -14,8 +10,9 @@ import {
GenericVirtualizedList,
} from "@slub/edb-virtualized-components";
import { IRIToStringFn, PrimaryFieldDeclaration } from "@slub/edb-core-types";
import { debounce, isString } from "lodash";
import get from "lodash/get";
import debounce from "lodash/debounce";
import isString from "lodash/isString";
import * as React from "react";
import { ParentSize } from "@visx/responsive";
import NiceModal from "@ebay/nice-modal-react";
Expand Down

0 comments on commit dba86ac

Please sign in to comment.