feat: add client management module

This commit is contained in:
2026-06-16 18:25:01 +05:30
parent 964b177ae1
commit d8587a43d4
19 changed files with 879 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ export { projectDataService } from './project.service';
export * from './permission.service';
export * from './role.service';
export * from './user.service';
export * from './client.service';