mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 17:25:47 +00:00
5 lines
101 B
Dart
5 lines
101 B
Dart
class RouteConstants {
|
|
static const String homeRoute = "/";
|
|
// static const String splash = '/';
|
|
}
|