X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/75db1e88374315f84fdfb30faee84253e1383a28..9c73ce8f871a403f2d9e15fbb15ef58fa6adc64c:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index f23a9784..4d0adf15 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -47,9 +47,11 @@ 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 { CollectionPartialCopyDialog } from '../../views-components/collection-partial-copy-dialog/collection-partial-copy-dialog'; const DRAWER_WITDH = 240; const APP_BAR_HEIGHT = 100; @@ -243,6 +245,8 @@ export const Workbench = withStyles(styles)( + +