X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4aba4d31b34af60e7cb21b1088723aced0699a69..cfe5ff035578ede95613b0c545708466da78cbea:/src/views/link-panel/link-panel.tsx diff --git a/src/views/link-panel/link-panel.tsx b/src/views/link-panel/link-panel.tsx index f9ec763b..b66aafb2 100644 --- a/src/views/link-panel/link-panel.tsx +++ b/src/views/link-panel/link-panel.tsx @@ -4,17 +4,17 @@ import { Dispatch } from "redux"; import { connect } from "react-redux"; -import { RootState } from '~/store/store'; +import { RootState } from 'store/store'; import { openContextMenu, resourceUuidToContextMenuKind -} from '~/store/context-menu/context-menu-actions'; +} from 'store/context-menu/context-menu-actions'; import { LinkPanelRoot, LinkPanelRootActionProps, LinkPanelRootDataProps -} from '~/views/link-panel/link-panel-root'; -import { ResourceKind } from '~/models/resource'; +} from 'views/link-panel/link-panel-root'; +import { ResourceKind } from 'models/resource'; const mapStateToProps = (state: RootState): LinkPanelRootDataProps => { return {