some change

This commit is contained in:
MrM
2025-06-06 09:27:11 +03:30
parent 1cfcf9fa8f
commit 34ce98d31f
7 changed files with 995 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ sealed class ChickenRoutes {
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
static const salesWithinProvince = '$_base/SalesWithinProvincePage';
static const salesWithOutProvince = '$_base/SalesWithOutProvincePage';
}