Files
syncrow-web/lib/utils/constants/routes_const.dart
Abdullah Alassaf 6e183dba9f Bug fixes
2024-08-29 16:23:25 +03:00

8 lines
303 B
Dart

class RoutesConst {
static const String auth = '/auth';
static const String home = '/home';
static const String visitorPassword = '/visitor-password';
static const String accessManagementPage = '/access-management-page';
static const String deviceManagementPage = '/device-management-page';
}