product and category loader
This commit is contained in:
@@ -56,7 +56,7 @@ class HomeRoute extends _i10.PageRouteInfo<void> {
|
||||
static _i10.PageInfo page = _i10.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i2.HomePage();
|
||||
return _i10.WrappedRoute(child: const _i2.HomePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
@@ -152,7 +152,7 @@ class SyncRoute extends _i10.PageRouteInfo<void> {
|
||||
static _i10.PageInfo page = _i10.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i8.SyncPage();
|
||||
return _i10.WrappedRoute(child: const _i8.SyncPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user