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

@@ -6,6 +6,7 @@ export const ROUTES = {
CHAINAGE: '/segment',
ROLES: '/roles',
USERS: '/users',
CLIENTS: '/clients',
ACCESS: '/access',
ACCOUNT: '/account',
UPLOAD: '/upload',