mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
fix bugs and fix send otp and sp-392 and sp-372
This commit is contained in:
@ -27,4 +27,5 @@ class Assets {
|
||||
static const String deviceNoteIcon = "assets/images/device_note.svg";
|
||||
static const String timeIcon = "assets/images/time_icon.svg";
|
||||
static const String emptyTable = "assets/images/empty_table.svg";
|
||||
static const String grid = "assets/images/grid.svg";
|
||||
}
|
||||
|
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