Skip to content

Commit

Permalink
Add improved imports
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Oct 8, 2024
1 parent fecf446 commit 5a5c1b1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 5a5c1b1

Please sign in to comment.