Update: 2026-05-08 00:26:39

This commit is contained in:
Hamza-Ayed
2026-05-08 00:26:40 +03:00
parent 51d1d42f75
commit 08e2a87c10
24 changed files with 1743 additions and 210 deletions

View File

@@ -18,6 +18,7 @@ abstract class AppRoutes {
static const INVOICE_DETAIL = '/invoice-detail';
static const ONBOARDING = '/onboarding';
static const COMPANIES_MANAGEMENT = '/companies-management';
static const COMPANY_STATS = '/company-stats';
static const TENANTS_MANAGEMENT = '/tenants-management';
static const USERS_MANAGEMENT = '/users-management';
}