X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c3bec339e0f247f7cbc8698120b8ecf43629d3e7..4157d0e93444cd1d2a631e7826f8cd831863b58a:/src/store/side-panel/side-panel-action.ts diff --git a/src/store/side-panel/side-panel-action.ts b/src/store/side-panel/side-panel-action.ts index d0fde0e0..8c7ef4a7 100644 --- a/src/store/side-panel/side-panel-action.ts +++ b/src/store/side-panel/side-panel-action.ts @@ -6,10 +6,6 @@ import { Dispatch } from 'redux'; import { isSidePanelTreeCategory, SidePanelTreeCategory } from '~/store/side-panel-tree/side-panel-tree-actions'; import { navigateToFavorites, navigateTo } from '../navigation/navigation-action'; import { snackbarActions } from '~/store/snackbar/snackbar-actions'; -import { RootState } from '~/store/store'; -import { extractUuidKind, ResourceKind } from '~/models/resource'; -import { openProjectContextMenu } from '~/store/context-menu/context-menu-actions'; -import { openRootProjectContextMenu } from '../context-menu/context-menu-actions'; export const navigateFromSidePanel = (id: string) => (dispatch: Dispatch) => {