X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4b961d16b8f8ef8afbd13697a79fe4684acd0416..cc70636e87a68db6a6af296a924e66e78578280a:/src/store/owner-name/owner-name-actions.ts diff --git a/src/store/owner-name/owner-name-actions.ts b/src/store/owner-name/owner-name-actions.ts index 6c2784a1..43843c88 100644 --- a/src/store/owner-name/owner-name-actions.ts +++ b/src/store/owner-name/owner-name-actions.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { unionize, ofType, UnionOf } from '~/common/unionize'; +import { unionize, ofType, UnionOf } from 'common/unionize'; export const ownerNameActions = unionize({ SET_OWNER_NAME: ofType()