Files
nowser/lib/const/router_path.dart
2024-08-30 12:58:44 +08:00

7 lines
173 B
Dart

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