mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 12:04:54 +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