Files
nowser/lib/const/router_path.dart
2024-08-23 11:53:14 +08:00

5 lines
101 B
Dart

class RouterPath {
static const String INDEX = "/";
static const String WEB_TABS = "/webTabs";
}