feat: download report page

This commit is contained in:
efrilm
2025-08-19 13:01:29 +07:00
parent 811ac4b202
commit 60f43f6df7
4 changed files with 753 additions and 133 deletions
+3
View File
@@ -56,6 +56,9 @@ class AppRouter extends RootStackRouter {
// Outlet
AutoRoute(page: OutletInformationRoute.page),
// Download Report
AutoRoute(page: DownloadReportRoute.page),
// Error
AutoRoute(page: ErrorRoute.page),