X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cba00eaa2d205b13cfa696f866a31452c6511cf3..874cc961c46dde51e61c94a4a6c002eb7017bb22:/src/store/auth/auth-reducer.ts diff --git a/src/store/auth/auth-reducer.ts b/src/store/auth/auth-reducer.ts index 1546212b..a4195322 100644 --- a/src/store/auth/auth-reducer.ts +++ b/src/store/auth/auth-reducer.ts @@ -3,8 +3,8 @@ // SPDX-License-Identifier: AGPL-3.0 import { authActions, AuthAction } from "./auth-action"; -import { User } from "../../models/user"; -import { ServiceRepository } from "../../services/services"; +import { User } from "~/models/user"; +import { ServiceRepository } from "~/services/services"; export interface AuthState { user?: User;