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:
@@ -10,6 +10,6 @@ extension ClientSettingsNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the hubs page.
|
||||
void pushHubs() {
|
||||
pushNamed('/client/hubs');
|
||||
pushNamed('/client-hubs/');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user