X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cc493b89840b48f40c2beaf626994724331aa196..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/src/store/properties/properties-actions.ts diff --git a/src/store/properties/properties-actions.ts b/src/store/properties/properties-actions.ts index 8647a9c20b..99f3f50864 100644 --- a/src/store/properties/properties-actions.ts +++ b/src/store/properties/properties-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 propertiesActions = unionize({ SET_PROPERTY: ofType<{ key: string, value: any }>(),