refactor: Remove unnecessary library declaration from routing.dart

This commit is contained in:
Achintha Isuru
2026-02-04 16:16:15 -05:00
parent 62bed9fdbf
commit a9fc926b4b

View File

@@ -41,7 +41,6 @@
/// final homePath = ClientPaths.home;
/// final shiftsPath = StaffPaths.shifts;
/// ```
library routing;
export 'client/route_paths.dart';
export 'client/navigator.dart';