feat: sales analytic

This commit is contained in:
efrilm
2025-08-17 10:10:31 +07:00
parent e7525238fe
commit f84090c0e6
21 changed files with 3703 additions and 407 deletions
+2 -2
View File
@@ -198,7 +198,7 @@ class ProfileRoute extends _i17.PageRouteInfo<void> {
static _i17.PageInfo page = _i17.PageInfo(
name,
builder: (data) {
return const _i10.ProfilePage();
return _i17.WrappedRoute(child: const _i10.ProfilePage());
},
);
}
@@ -246,7 +246,7 @@ class SalesRoute extends _i17.PageRouteInfo<void> {
static _i17.PageInfo page = _i17.PageInfo(
name,
builder: (data) {
return const _i13.SalesPage();
return _i17.WrappedRoute(child: const _i13.SalesPage());
},
);
}