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