category repo

This commit is contained in:
efrilm
2025-10-24 20:06:42 +07:00
parent 683fff6eeb
commit 71fa4823fc
29 changed files with 5434 additions and 30 deletions
+3
View File
@@ -22,5 +22,8 @@ class AppRouter extends RootStackRouter {
AutoRoute(page: SettingRoute.page),
],
),
// Sync
AutoRoute(page: SyncRoute.page),
];
}