chore : home page separation
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user