platform/lib/angel_route.dart
2016-11-21 22:31:09 -05:00

5 lines
No EOL
137 B
Dart

/// A powerful, isomorphic routing library for Dart.
library angel_route;
export 'src/router.dart';
export 'src/routing_exception.dart';