Add typescript paths to top level folders
[arvados-workbench2.git] / src / store / auth / auth-action.ts
index 6b81c31796a41dce91cce146f560978cd5510d56..9f429f0537034a2fc34c7a582b52e62378aafccf 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({