feat: inventory page

This commit is contained in:
efrilm
2025-08-15 18:02:09 +07:00
parent 8c2afc4880
commit 1fd76b9741
9 changed files with 1154 additions and 65 deletions
+3
View File
@@ -36,5 +36,8 @@ class AppRouter extends RootStackRouter {
// Customer
AutoRoute(page: CustomerRoute.page),
// Inventory
AutoRoute(page: InventoryRoute.page),
];
}