Files
flutterApp/lib/core/router/route_paths.dart
2026-01-11 19:42:22 +08:00

6 lines
123 B
Dart

class RoutePaths {
static const login = '/auth';
static const register = '/register';
static const home = '/home';
}