X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8775768ca3a344775c81b7278a50d56d9be3f9b6..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/src/store/resources/resources-actions.ts diff --git a/src/store/resources/resources-actions.ts b/src/store/resources/resources-actions.ts index 0453236a..1de2feff 100644 --- a/src/store/resources/resources-actions.ts +++ b/src/store/resources/resources-actions.ts @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 import { unionize, ofType, UnionOf } from '~/common/unionize'; -import { Resource, extractUuidKind } from '~/models/resource'; +import { extractUuidKind, Resource } from '~/models/resource'; import { Dispatch } from 'redux'; import { RootState } from '~/store/store'; import { ServiceRepository } from '~/services/services';