Update: 2026-05-08 02:22:45

This commit is contained in:
Hamza-Ayed
2026-05-08 02:22:45 +03:00
parent b49af44139
commit 189382e065
9 changed files with 510 additions and 74 deletions

View File

@@ -24,4 +24,5 @@ abstract class AppRoutes {
static const TAX_REPORT = '/tax-report';
static const AUDIT_LOG = '/audit-log';
static const REFERRAL = '/referral';
static const AI_USAGE = '/ai-usage';
}