Update: 2026-05-06 02:59:42
This commit is contained in:
10
musadaq-app/lib/app/routes/app_routes.dart
Normal file
10
musadaq-app/lib/app/routes/app_routes.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
part of 'app_pages.dart';
|
||||
|
||||
abstract class AppRoutes {
|
||||
static const SPLASH = '/splash';
|
||||
static const PHONE_INPUT = '/phone-input';
|
||||
static const OTP_VERIFY = '/otp-verify';
|
||||
static const BIOMETRIC_SETUP = '/biometric-setup';
|
||||
static const LOGIN = '/login';
|
||||
static const DASHBOARD = '/dashboard';
|
||||
}
|
||||
Reference in New Issue
Block a user