TIF_E41201615/lib/routes/routes.dart

5 lines
76 B
Dart

import 'routes/main_route.dart';
final routes = [
...MainRoute.routes,
];