feat: customer page

This commit is contained in:
efrilm
2025-08-18 00:30:17 +07:00
parent d22ffdd6d0
commit 51289d7829
21 changed files with 3278 additions and 308 deletions
+1 -1
View File
@@ -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());
},
);
}