feat: customer page
This commit is contained in:
@@ -199,7 +199,7 @@ class InventoryRoute extends _i18.PageRouteInfo<void> {
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i6.InventoryPage();
|
||||
return _i18.WrappedRoute(child: const _i6.InventoryPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user