1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import AuthService from "./auth-service/auth-service";
6 import ProjectService from "./project-service/project-service";
8 export const authService = new AuthService();
9 export const projectService = new ProjectService();