checkout page

This commit is contained in:
efrilm
2025-10-27 15:27:21 +07:00
parent 9e5a6cc7ae
commit b8eefcbac0
11 changed files with 1234 additions and 77 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class CheckoutRoute extends _i11.PageRouteInfo<void> {
static _i11.PageInfo page = _i11.PageInfo(
name,
builder: (data) {
return const _i1.CheckoutPage();
return _i11.WrappedRoute(child: const _i1.CheckoutPage());
},
);
}