X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5d2cc407a7649ca7807b78369f2f08351202cc77..818979d32a30f9b0bdbf5cee646124c131386d70:/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 6c2784a168..43843c8870 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()