Create data table tests
[arvados-workbench2.git] / src / services / services.ts
index 2a903b4ceafaede952ede886194eafe152f0b9b5..ea72001a2849bd983aabbe1c16067c4166b46690 100644 (file)
@@ -3,5 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import AuthService from "./auth-service/auth-service";
+import ProjectService from "./project-service/project-service";
 
 export const authService = new AuthService();
+export const projectService = new ProjectService();