platform/packages/route/lib/route.dart
2024-09-24 21:04:57 -07:00

5 lines
127 B
Dart

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