X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ebaede5aff01400db400a3e69bb3bec2b636db3a..28052f8d76348c19acf601d8db779aaf4baa3de2:/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 f9ec763bee..b66aafb264 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 {