customer page

This commit is contained in:
efrilm
2025-10-26 22:57:22 +07:00
parent 5c683eda8d
commit 0bffd92a08
22 changed files with 3727 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class CustomerRoute extends _i10.PageRouteInfo<void> {
static _i10.PageInfo page = _i10.PageInfo(
name,
builder: (data) {
return const _i1.CustomerPage();
return _i10.WrappedRoute(child: const _i1.CustomerPage());
},
);
}