mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-19 10:33:45 +02:00
6 lines
177 B
Dart
6 lines
177 B
Dart
mixin StartUserStoryRoutes {
|
|
static const String splashScreen = '/splashScreen';
|
|
static const String introduction = '/introduction';
|
|
static const String home = '/home';
|
|
}
|