checkout page

This commit is contained in:
efrilm
2025-10-27 01:54:35 +07:00
parent e8fd683077
commit 3135dde317
9 changed files with 530 additions and 64 deletions
+3
View File
@@ -25,5 +25,8 @@ class AppRouter extends RootStackRouter {
// Sync
AutoRoute(page: SyncRoute.page),
// Checkout
AutoRoute(page: CheckoutRoute.page),
];
}