TKK_E32222650/lib/app/routes/app_routes.dart

25 lines
758 B
Dart

part of 'app_pages.dart';
// DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart
abstract class Routes {
Routes._();
static const HOME = _Paths.HOME;
static const CONTROL = _Paths.CONTROL;
static const DASHBOARD = _Paths.DASHBOARD;
static const ABOUT = _Paths.ABOUT;
static const PAGESLIDER = _Paths.PAGESLIDER;
static const PAGESLIDER1 = _Paths.PAGESLIDER1;
static const PAGESLIDER2 = _Paths.PAGESLIDER2;
}
abstract class _Paths {
_Paths._();
static const HOME = '/home';
static const CONTROL = '/control';
static const DASHBOARD = '/dashboard';
static const ABOUT = '/about';
static const PAGESLIDER = '/pageslider';
static const PAGESLIDER1 = '/pageslider1';
static const PAGESLIDER2 = '/pageslider2';
}