mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 09:45:22 +00:00
initial commit
This commit is contained in:
4
lib/navigation/routing_constants.dart
Normal file
4
lib/navigation/routing_constants.dart
Normal file
@ -0,0 +1,4 @@
|
||||
class RouteConstants {
|
||||
static const String homeRoute = "/home";
|
||||
static const String splash = '/';
|
||||
}
|
Reference in New Issue
Block a user