// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import AuthService from "./auth-service/auth-service"; export const authService = new AuthService();