/// Description: routes
/// Time       : 07/08/2024 Monday
/// Author     : liuyuqi.gov@msn.cn
class Routes {
  static const String index = "/";
  static const String home = "/home";

  static var on;
}