X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65d436f7c4bd643c7b6cccf97001ff6aef2c896b..605e792e4854c7aad2f08e08fa7a8d9eba9d64a1:/src/views-components/create-collection-dialog/create-collection-dialog.tsx diff --git a/src/views-components/create-collection-dialog/create-collection-dialog.tsx b/src/views-components/create-collection-dialog/create-collection-dialog.tsx index 9bb469aac1..94eb82f94e 100644 --- a/src/views-components/create-collection-dialog/create-collection-dialog.tsx +++ b/src/views-components/create-collection-dialog/create-collection-dialog.tsx @@ -6,12 +6,12 @@ import { connect } from "react-redux"; import { Dispatch } from "redux"; import { SubmissionError } from "redux-form"; -import { RootState } from "../../store/store"; +import { RootState } from "~/store/store"; import { DialogCollectionCreate } from "../dialog-create/dialog-collection-create"; -import { collectionCreateActions, createCollection } from "../../store/collections/creator/collection-creator-action"; -import { snackbarActions } from "../../store/snackbar/snackbar-actions"; -import { UploadFile } from "../../store/collections/uploader/collection-uploader-actions"; -import { projectPanelActions } from "../../store/project-panel/project-panel-action"; +import { collectionCreateActions, createCollection } from "~/store/collections/creator/collection-creator-action"; +import { snackbarActions } from "~/store/snackbar/snackbar-actions"; +import { UploadFile } from "~/store/collections/uploader/collection-uploader-actions"; +import { projectPanelActions } from "~/store/project-panel/project-panel-action"; const mapStateToProps = (state: RootState) => ({ open: state.collections.creator.opened