feat: about app

This commit is contained in:
efrilm
2025-08-19 16:05:42 +07:00
parent 838707becf
commit 50934bfed9
13 changed files with 650 additions and 211 deletions
+3
View File
@@ -63,6 +63,9 @@ class AppRouter extends RootStackRouter {
AutoRoute(page: ProfileEditRoute.page),
AutoRoute(page: ProfileChangePasswordRoute.page),
// About App
AutoRoute(page: AboutAppRoute.page),
// Error
AutoRoute(page: ErrorRoute.page),