mirror of
https://github.com/ente-io/ente.git
synced 2025-06-26 03:40:35 +00:00
5 lines
129 B
Dart
5 lines
129 B
Dart
class AppRoute {
|
|
static const String enterSecretKeyPage = "enterSecretKeyPage";
|
|
static const String settings = "settings";
|
|
}
|