Update: 2026-05-08 01:15:44
This commit is contained in:
@@ -21,6 +21,7 @@ import '../../features/onboarding/views/onboarding_view.dart';
|
||||
import '../../features/companies/views/company_stats_view.dart';
|
||||
import '../../features/users/views/users_management_view.dart';
|
||||
import '../../features/tenants/views/tenants_management_view.dart';
|
||||
import '../../features/reports/views/tax_report_view.dart';
|
||||
|
||||
part 'app_routes.dart';
|
||||
|
||||
@@ -151,5 +152,9 @@ class AppPages {
|
||||
name: AppRoutes.USERS_MANAGEMENT,
|
||||
page: () => const UsersManagementView(),
|
||||
),
|
||||
GetPage(
|
||||
name: AppRoutes.TAX_REPORT,
|
||||
page: () => const TaxReportView(),
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -21,4 +21,5 @@ abstract class AppRoutes {
|
||||
static const COMPANY_STATS = '/company-stats';
|
||||
static const TENANTS_MANAGEMENT = '/tenants-management';
|
||||
static const USERS_MANAGEMENT = '/users-management';
|
||||
static const TAX_REPORT = '/tax-report';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user