platform/packages/route/lib/route.dart

6 lines
127 B
Dart
Raw Normal View History

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