Files
rasadyar_application/lib/presentation/routes/app_paths.dart

9 lines
174 B
Dart
Raw Normal View History

part of 'app_pages.dart';
sealed class AppPaths {
AppPaths._();
static const String splash = '/splash';
2025-04-15 17:27:48 +03:30
static const String systemDesignPage = '/systemDesignPage';
}