X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/5607033651dbfd135a49ac5af65def77269f7a7d..dd30e03643f9b093c1fe05b05481f75906faa0e7:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index f5f62a28..ed11eb10 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -47,12 +47,13 @@ import { RenameFileDialog } from '~/views-components/rename-file-dialog/rename-f import { FileRemoveDialog } from '~/views-components/file-remove-dialog/file-remove-dialog'; import { MultipleFilesRemoveDialog } from '~/views-components/file-remove-dialog/multiple-files-remove-dialog'; import { DialogCollectionCreateWithSelectedFile } from '~/views-components/create-collection-dialog-with-selected/create-collection-dialog-with-selected'; -import { MoveToProjectDialog } from '../../views-components/move-to-dialog/move-to-dialog'; import { COLLECTION_CREATE_DIALOG } from '~/views-components/dialog-create/dialog-collection-create'; import { PROJECT_CREATE_DIALOG } from '~/views-components/dialog-create/dialog-project-create'; import { UploadCollectionFilesDialog } from '~/views-components/upload-collection-files-dialog/upload-collection-files-dialog'; import { ProjectCopyDialog } from '~/views-components/project-copy-dialog/project-copy-dialog'; import { CollectionPartialCopyDialog } from '../../views-components/collection-partial-copy-dialog/collection-partial-copy-dialog'; +import { MoveProjectDialog } from '~/views-components/move-project-dialog/move-project-dialog'; +import { MoveCollectionDialog } from '~/views-components/move-collection-dialog/move-collection-dialog'; const DRAWER_WITDH = 240; const APP_BAR_HEIGHT = 100; @@ -247,7 +248,6 @@ export const Workbench = withStyles(styles)( - @@ -255,6 +255,8 @@ export const Workbench = withStyles(styles)( + +