fix(staff): align worker home route paths

- Updated staff_main modulePath to /worker-home
- Updated main.dart to mount staff_main at /worker-home
- Fixes RouteNotFoundException when navigating from auth
This commit is contained in:
Achintha Isuru
2026-01-24 12:00:41 -05:00
parent 24da0a4d04
commit faa2b2b0a6
2 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
abstract class StaffMainRoutes {
static const String modulePath = '/staff-main';
static const String modulePath = '/worker-home';
static const String shifts = '/shifts';
static const String payments = '/payments';