Merge branch '17782-react-scripts-ts-migration' into main. Closes #17782
[arvados-workbench2.git] / src / store / owner-name / owner-name-actions.ts
index 6c2784a168e13be8c169ca1fb47a43ac047282c7..43843c88700c22252b792f7174d14fc432bf125d 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 ownerNameActions = unionize({
     SET_OWNER_NAME: ofType<OwnerNameState>()