feat: customer page

This commit is contained in:
efrilm
2025-08-15 16:31:29 +07:00
parent c9e5c8d178
commit 8c2afc4880
8 changed files with 643 additions and 75 deletions
+3
View File
@@ -33,5 +33,8 @@ class AppRouter extends RootStackRouter {
// Product
AutoRoute(page: ProductRoute.page),
// Customer
AutoRoute(page: CustomerRoute.page),
];
}