Merge branch '15768-multi-select-operations'
[arvados-workbench2.git] / src / store / properties / properties-actions.ts
index 8647a9c20b2158017d7cfcefad8bf1f7a740b4be..99f3f50864b52698ced6be1384bc709c7e69aa66 100644 (file)
@@ -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 }>(),