refactor: Remove unnecessary library declaration from routing.dart
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
/// final homePath = ClientPaths.home;
|
/// final homePath = ClientPaths.home;
|
||||||
/// final shiftsPath = StaffPaths.shifts;
|
/// final shiftsPath = StaffPaths.shifts;
|
||||||
/// ```
|
/// ```
|
||||||
library routing;
|
|
||||||
|
|
||||||
export 'client/route_paths.dart';
|
export 'client/route_paths.dart';
|
||||||
export 'client/navigator.dart';
|
export 'client/navigator.dart';
|
||||||
|
|||||||
Reference in New Issue
Block a user