chore : home page separation

This commit is contained in:
2025-06-15 09:48:52 +03:30
parent c8c6002d79
commit a893545403
7 changed files with 896 additions and 511 deletions

View File

@@ -2,6 +2,7 @@ sealed class ChickenRoutes {
ChickenRoutes._();
static const _base = '/init';
static const init = '$_base/init';
static const home = '$_base/home';
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
static const salesInProvince = '$_base/SalesInProvincePage';