Make auth reducer side effects free
[arvados-workbench2.git] / src / services / auth-service / auth-service.ts
index 551d435f25d208d07a835270b4602a97b228460a..273208cd3c6f3f3b53b94cb9841c8c4841d1ae32 100644 (file)
@@ -2,7 +2,6 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { API_HOST } from "../../common/api/server-api";
 import { User } from "../../models/user";
 import { AxiosInstance } from "../../../node_modules/axios";