feat: Implement reorder functionality in ClientCreateOrderRepository and update related interfaces and use cases
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
abstract class StaffMainRoutes {
|
||||
static const String modulePath = '/worker-main';
|
||||
|
||||
static const String shifts = '/shifts';
|
||||
static const String payments = '/payments';
|
||||
static const String home = '/home';
|
||||
static const String clockIn = '/clock-in';
|
||||
static const String profile = '/profile';
|
||||
|
||||
// Full paths
|
||||
static const String shiftsFull = '$modulePath$shifts';
|
||||
static const String paymentsFull = '$modulePath$payments';
|
||||
static const String homeFull = '$modulePath$home';
|
||||
static const String clockInFull = '$modulePath$clockIn';
|
||||
static const String profileFull = '$modulePath$profile';
|
||||
}
|
||||
Reference in New Issue
Block a user