Customer Point

This commit is contained in:
efrilm
2025-09-18 13:01:31 +07:00
parent a5d66c63b7
commit 73918430b2
22 changed files with 1970 additions and 98 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ class ProfileRoute extends _i33.PageRouteInfo<void> {
static _i33.PageInfo page = _i33.PageInfo(
name,
builder: (data) {
return const _i27.ProfilePage();
return _i33.WrappedRoute(child: const _i27.ProfilePage());
},
);
}