X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/662c6eecb507aa8dc4d253630c82aa06a57b0162..25216cc7acedc987c26a159f0b640210c0ef101e:/src/views-components/form-fields/resource-form-fields.tsx?ds=sidebyside diff --git a/src/views-components/form-fields/resource-form-fields.tsx b/src/views-components/form-fields/resource-form-fields.tsx index 343831bf..61019ffc 100644 --- a/src/views-components/form-fields/resource-form-fields.tsx +++ b/src/views-components/form-fields/resource-form-fields.tsx @@ -4,12 +4,12 @@ import * as React from "react"; import { connect } from "react-redux"; -import { RootState } from "~/store/store"; +import { RootState } from "store/store"; import { Field } from "redux-form"; -import { ResourcesState, getResource } from "~/store/resources/resources"; -import { GroupResource } from "~/models/group"; -import { TextField } from "~/components/text-field/text-field"; -import { getUserUuid } from "~/common/getuser"; +import { ResourcesState, getResource } from "store/resources/resources"; +import { GroupResource } from "models/group"; +import { TextField } from "components/text-field/text-field"; +import { getUserUuid } from "common/getuser"; interface ResourceParentFieldProps { resources: ResourcesState;