X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f63f3a5360ae6381d4b332bf86ef52b4e22107fb..3eda00155a3d816c7e65632c7da9896ffb04faae:/src/store/properties/properties-actions.ts diff --git a/src/store/properties/properties-actions.ts b/src/store/properties/properties-actions.ts index 8647a9c2..99f3f508 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 }>(),