Update: 2026-05-08 05:24:38

This commit is contained in:
Hamza-Ayed
2026-05-08 05:24:38 +03:00
parent d2d345b6a0
commit df92a44878
11 changed files with 1245 additions and 0 deletions

View File

@@ -25,4 +25,5 @@ abstract class AppRoutes {
static const AUDIT_LOG = '/audit-log';
static const REFERRAL = '/referral';
static const AI_USAGE = '/ai-usage';
static const AR_SCANNER = '/ar-scanner';
}