mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fix bugs and fix send otp and sp-392 and sp-372
This commit is contained in:
6
lib/utils/constants/routes_const.dart
Normal file
6
lib/utils/constants/routes_const.dart
Normal file
@ -0,0 +1,6 @@
|
||||
class RoutesConst {
|
||||
static const String main = '/';
|
||||
static const String home = '/home';
|
||||
static const String visitorPassword = '/visitor-password';
|
||||
static const String accessManagementPage = '/access-management-page';
|
||||
}
|
Reference in New Issue
Block a user