platform/lib/angel_route.dart
2016-10-12 13:58:32 -04:00

5 lines
No EOL
109 B
Dart

library angel_route;
export 'src/route.dart';
export 'src/router.dart';
export 'src/routing_exception.dart';