purchasing

This commit is contained in:
Efril
2026-05-19 23:33:12 +07:00
parent 602647ff26
commit 823e009121
16 changed files with 1536 additions and 564 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ class PurchaseRoute extends _i26.PageRouteInfo<void> {
static _i26.PageInfo page = _i26.PageInfo(
name,
builder: (data) {
return const _i21.PurchasePage();
return _i26.WrappedRoute(child: const _i21.PurchasePage());
},
);
}