@canopy-iiif/app 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ui/dist/server.mjs +1 -0
- package/ui/dist/server.mjs.map +2 -2
package/package.json
CHANGED
package/ui/dist/server.mjs
CHANGED
|
@@ -2286,6 +2286,7 @@ function ReferencedItems({
|
|
|
2286
2286
|
// ui/src/content/References.jsx
|
|
2287
2287
|
import React25 from "react";
|
|
2288
2288
|
import navigationHelpers5 from "@canopy-iiif/app/lib/components/navigation.js";
|
|
2289
|
+
import referenced from "@canopy-iiif/app/lib/components/referenced.js";
|
|
2289
2290
|
function getPageContext() {
|
|
2290
2291
|
if (!navigationHelpers5 || typeof navigationHelpers5.getPageContext !== "function") {
|
|
2291
2292
|
return null;
|