diff --git a/src/index.js b/src/index.js index 94cf17e..ede4aa3 100644 --- a/src/index.js +++ b/src/index.js @@ -1,14 +1,12 @@ import { updateWindow } from "mirador/dist/es/src/state/actions"; -import { getContainerId } from "mirador/dist/es/src/state/selectors"; import { getCanvasLabel, - getVisibleCanvases, - selectInfoResponse, -} from "mirador/dist/es/src/state/selectors/canvases"; -import { + getContainerId, getManifestRelatedContent, getManifestUrl, -} from "mirador/dist/es/src/state/selectors/manifests"; + getVisibleCanvases, + selectInfoResponse, +} from "mirador/dist/es/src/state/selectors"; import DownloadButton from "./components/DownloadButton"; import DownloadDialog from "./components/DownloadDialog";