platform/packages/routing/lib/route.dart

5 lines
129 B
Dart

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