report page

This commit is contained in:
efrilm
2025-11-01 04:11:29 +07:00
parent d111025aa6
commit 2f155a2f8d
12 changed files with 989 additions and 39 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class ReportRoute extends _i20.PageRouteInfo<void> {
static _i20.PageInfo page = _i20.PageInfo(
name,
builder: (data) {
return const _i10.ReportPage();
return _i20.WrappedRoute(child: const _i10.ReportPage());
},
);
}