Skip to content
Snippets Groups Projects
Commit ffc29c03 authored by Antoine Roy's avatar Antoine Roy
Browse files

fix some import issue

parent f94b8e41
No related branches found
No related tags found
1 merge request!9Antoine plugin with mui5 react17
Pipeline #1645 failed
import mirador from 'mirador/dist/es/src/index';
import mirador from '../../mirador/dist/es/src/index';
import annotationPlugins from '../../src';
import LocalStorageAdapter from '../../src/LocalStorageAdapter';
import AnnototAdapter from '../../src/AnnototAdapter';
......
mirador @ 3e696d63
Subproject commit 7d6759baaed88b2a312445061c93768f2a30730a
Subproject commit 3e696d63f5425975a23435e8c25eada9bb42542d
import * as actions from "../../mirador/src/state/actions";
import { getCompanionWindow } from '../../mirador/src/state/selectors/companionWindows';
import { getWindowCurrentTime, getWindowPausedStatus } from '../../mirador/src/state/selectors/windows'
import { getWindowCurrentTime, getWindowPausedStatus } from '../../mirador/src/state/selectors/window'
import { getVisibleCanvases } from '../../mirador/src/state/selectors/canvases';
import { getPresentAnnotationsOnSelectedCanvases } from '../../mirador/src/state/selectors/windows'
import { getPresentAnnotationsOnSelectedCanvases } from '../../mirador/src/state/selectors/annotations'
import AnnotationCreation from '../AnnotationCreation';
/** */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment