Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Sep 16, 2024
1 parent 63eac70 commit 5fd73d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/exhibition-live/components/config/exhibitionAppConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
import { BASE_IRI } from "./paths";
import {
availableAuthorityMappings,
declarativeMappings,
lobidTypemap,
makeStubSchema,
schema,
} from "@slub/exhibition-schema";
Expand Down
2 changes: 2 additions & 0 deletions apps/exhibition-live/vite/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { ThemeComponent } from "@slub/edb-default-theme";

import "react-json-view-lite/dist/index.css";
import { availableAuthorityMappings } from "@slub/exhibition-schema";

export const queryClient = new QueryClient();

Expand Down Expand Up @@ -53,6 +54,7 @@ export const App = ({ children }: { children?: React.ReactNode }) => {
SimilarityFinder: SimilarityFinder,
}}
useRouterHook={useRouterHook}
normDataMapping={availableAuthorityMappings}
>
<GoogleOAuthProvider clientId={googleClientId}>
<NiceModal.Provider>{children}</NiceModal.Provider>
Expand Down

0 comments on commit 5fd73d1

Please sign in to comment.