Add typescript paths to top level folders
[arvados-workbench2.git] / src / store / favorites / favorites-actions.ts
index 38229dff8390424fd26686da2158d6f59b22ceea..9e1b3ef1c20a3d27fdd1f46be629cfed77f85f37 100644 (file)
@@ -7,7 +7,7 @@ import { Dispatch } from "redux";
 import { RootState } from "../store";
 import { checkFavorite } from "./favorites-reducer";
 import { snackbarActions } from "../snackbar/snackbar-actions";
-import { ServiceRepository } from "../../services/services";
+import { ServiceRepository } from "~/services/services";
 
 export const favoritesActions = unionize({
     TOGGLE_FAVORITE: ofType<{ resourceUuid: string }>(),