feat: killHouse action page

This commit is contained in:
2025-11-26 16:23:18 +03:30
parent 91e8d73030
commit 9242cb8125
30 changed files with 386 additions and 45 deletions

View File

@@ -42,4 +42,12 @@ sealed class ChickenRoutes {
static const poultryFarmInspectionHome = '$_poultryFarmInspection/Home';
//endregion
//region KillHouse Routes
static const _killHouse = '$_base/killHouse';
static const initKillHouse = '$_killHouse/home';
static const actionKillHouse = '$_killHouse/action';
//endregion
}