Files
nowser/lib/const/router_path.dart
2024-09-06 00:20:57 +08:00

8 lines
227 B
Dart

class RouterPath {
static const String INDEX = "/";
static const String WEB_TABS = "/webTabs";
static const String WEB_URL_INPUT = "/webUrlInput";
static const String ME = "/me";
static const String KEYS = "/keys";
}