feat: transaction report

This commit is contained in:
efrilm
2025-08-19 17:39:00 +07:00
parent 1aa65d1732
commit f07d07b3a8
8 changed files with 1927 additions and 38 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class DownloadReportRoute extends _i26.PageRouteInfo<void> {
static _i26.PageInfo page = _i26.PageInfo(
name,
builder: (data) {
return const _i5.DownloadReportPage();
return _i26.WrappedRoute(child: const _i5.DownloadReportPage());
},
);
}