5 lines
No EOL
137 B
Dart
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'; |