Update: 2026-05-08 01:59:25

This commit is contained in:
Hamza-Ayed
2026-05-08 01:59:25 +03:00
parent 7528ec992d
commit 1cd511f12e
9 changed files with 507 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ abstract class AppRoutes {
static const USERS_MANAGEMENT = '/users-management';
static const TAX_REPORT = '/tax-report';
static const AUDIT_LOG = '/audit-log';
static const REFERRAL = '/referral';
}