4 lines
48 B
Dart
4 lines
48 B
Dart
class RoutePaths {
|
|
static const home = "/";
|
|
}
|
class RoutePaths {
|
|
static const home = "/";
|
|
}
|