ente/auth/lib/app/view/app_route.dart
2024-03-01 12:19:20 +05:30

5 lines
129 B
Dart

class AppRoute {
static const String enterSecretKeyPage = "enterSecretKeyPage";
static const String settings = "settings";
}