feat: Refactor imports and enhance navigation for shift details in staff home feature
This commit is contained in:
@@ -5,6 +5,4 @@ extension ShiftsNavigator on IModularNavigator {
|
||||
void pushShiftDetails(Shift shift) {
|
||||
pushNamed('/worker-main/shift-details/${shift.id}', arguments: shift);
|
||||
}
|
||||
|
||||
// Example for going back or internal navigation if needed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user