mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
merged with dev and access_bugs and solved conflicts
This commit is contained in:
7
lib/utils/constants/routes_const.dart
Normal file
7
lib/utils/constants/routes_const.dart
Normal file
@ -0,0 +1,7 @@
|
||||
class RoutesConst {
|
||||
static const String auth = '/login';
|
||||
static const String home = '/';
|
||||
static const String visitorPassword = '/visitor-password';
|
||||
static const String accessManagementPage = '/access-management-page';
|
||||
static const String deviceManagementPage = '/device-management-page';
|
||||
}
|
Reference in New Issue
Block a user