X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/83cc752d85a910c19ffaf5c74433fbf7fa76e038..3277922ef580144a55f34e80992ca40b9fb66146:/src/views-components/dialog-move/dialog-move-to.tsx diff --git a/src/views-components/dialog-move/dialog-move-to.tsx b/src/views-components/dialog-move/dialog-move-to.tsx index 7f96f478da..26ad56917a 100644 --- a/src/views-components/dialog-move/dialog-move-to.tsx +++ b/src/views-components/dialog-move/dialog-move-to.tsx @@ -2,15 +2,15 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from "react"; +import React from "react"; import { memoize } from 'lodash/fp'; import { InjectedFormProps, Field } from 'redux-form'; -import { WithDialogProps } from '~/store/dialog/with-dialog'; -import { FormDialog } from '~/components/form-dialog/form-dialog'; -import { ProjectTreePickerField } from '~/views-components/projects-tree-picker/tree-picker-field'; -import { MOVE_TO_VALIDATION } from '~/validators/validators'; -import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog'; -import { PickerIdProp } from "~/store/tree-picker/picker-id"; +import { WithDialogProps } from 'store/dialog/with-dialog'; +import { FormDialog } from 'components/form-dialog/form-dialog'; +import { ProjectTreePickerField } from 'views-components/projects-tree-picker/tree-picker-field'; +import { MOVE_TO_VALIDATION } from 'validators/validators'; +import { MoveToFormDialogData } from 'store/move-to-dialog/move-to-dialog'; +import { PickerIdProp } from "store/tree-picker/picker-id"; export const DialogMoveTo = (props: WithDialogProps & InjectedFormProps & PickerIdProp) =>