6 lines
No EOL
162 B
Dart
6 lines
No EOL
162 B
Dart
/// A powerful, isomorphic routing library for Dart.
|
|
library angel_route;
|
|
|
|
export 'src/route.dart';
|
|
export 'src/router.dart';
|
|
export 'src/routing_exception.dart'; |