refactor: remove unused local and remote data sources, models, and tests for chicken and poultry features to streamline codebase
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
import 'package:rasadyar_chicken/features/common/presentation/routes/routes.dart';
|
||||
|
||||
sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const _base = '/chicken';
|
||||
static const auth = CommonRoutes.auth;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user