platform/core/route/lib/angel3_route.dart
2024-10-02 16:43:31 -07:00

5 lines
125 B
Dart

library angel3_route;
export 'src/middleware_pipeline.dart';
export 'src/router.dart';
export 'src/routing_exception.dart';