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:
Achintha Isuru
2026-01-22 11:29:54 -05:00
parent cf3c1c09ef
commit f882a0a7d0
7 changed files with 17 additions and 30 deletions

View File

@@ -10,6 +10,6 @@ extension ClientSettingsNavigator on IModularNavigator {
/// Navigates to the hubs page.
void pushHubs() {
pushNamed('/client/hubs');
pushNamed('/client-hubs/');
}
}