chore: Update client navigation routes and exports
Standardized navigation route paths for client home, hubs, and settings to use '/client-home', '/client-hubs', and '/client-settings'. Added missing module imports and exports in main.dart and krow_data_connect.dart, including business_repository_mock.
This commit is contained in:
@@ -4,6 +4,6 @@ import 'package:flutter_modular/flutter_modular.dart';
|
||||
extension ClientHubsNavigator on IModularNavigator {
|
||||
/// Navigates to the client hubs page.
|
||||
Future<void> pushClientHubs() async {
|
||||
await pushNamed('/client/hubs');
|
||||
await pushNamed('/client-hubs/');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user