Update: 2026-05-06 05:11:51

This commit is contained in:
Hamza-Ayed
2026-05-06 05:11:51 +03:00
parent 01234bf3f2
commit a9a2c65bee
8 changed files with 359 additions and 53 deletions

View File

@@ -8,4 +8,5 @@ abstract class AppRoutes {
static const BIOMETRIC_AUTH = '/biometric-auth';
static const LOGIN = '/login';
static const DASHBOARD = '/dashboard';
static const SCANNER = '/scanner';
}