This commit is contained in:
2025-09-26 18:48:14 +07:00
parent 382a0e7909
commit 30ed6b39b5
85 changed files with 20722 additions and 112 deletions

View File

@@ -0,0 +1,12 @@
/// Routing module barrel file
///
/// This file exports all routing-related classes and functions
/// for easier imports throughout the application.
library routing;
export 'app_router.dart';
export 'route_names.dart';
export 'route_paths.dart';
export 'route_guards.dart';
export 'error_page.dart';
export 'navigation_shell.dart';