mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
6 lines
135 B
Dart
6 lines
135 B
Dart
class RouterPath {
|
|
static const String INDEX = "/";
|
|
static const String WEB_TABS = "/webTabs";
|
|
static const String ME = "/me";
|
|
}
|