X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3b53b656e65fdabc32b3bc748074eb35e9df98eb..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/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()