Implement collection partial copying
[arvados-workbench2.git] / src / store / auth / auth-action.ts
index 8bf4c3f7a684b6bb3b82b3e3fa1954a68f11ae92..33a5df90450e2cde772c73c8d80c7b06854c4f12 100644 (file)
@@ -4,9 +4,9 @@
 
 import { ofType, default as unionize, UnionOf } from "unionize";
 import { Dispatch } from "redux";
-import { User } from "../../models/user";
+import { User } from "~/models/user";
 import { RootState } from "../store";
-import { ServiceRepository } from "../../services/services";
+import { ServiceRepository } from "~/services/services";
 import { AxiosInstance } from "axios";
 
 export const authActions = unionize({