X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fd470d8f7838b57777492289e6e4195b6c39bd2e..fd24fbe43ef6f898f31804aff16ea6911a014ff8:/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()