mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
8 lines
235 B
Dart
8 lines
235 B
Dart
class Routes {
|
|
static const String splash = '/';
|
|
static const String homeRoute = '/home';
|
|
static const String sceneRoute = '/scene';
|
|
static const String smartRoute = '/smart';
|
|
static const String profileRoute = '/profile';
|
|
}
|