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 ccaa43c commit 4dc8ae1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/state/selectors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { getWindowConfig } from "mirador/dist/es/src/state/selectors";
import { miradorSlice } from "mirador/dist/es/src/state/selectors/utils";
import {
getWindowConfig,
miradorSlice,
} from "mirador/dist/es/src/state/selectors";
import { createSelector } from "reselect";

const defaultConfig = {
Expand Down

0 comments on commit 4dc8ae1

Please sign in to comment.