projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch '18979-vm-login-ui' into main. Closes #18979
[arvados.git]
/
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 6c2784a168e13be8c169ca1fb47a43ac047282c7..43843c88700c22252b792f7174d14fc432bf125d 100644
(file)
--- 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<OwnerNameState>()