feat : buy page and widgets
This commit is contained in:
@@ -2,8 +2,9 @@ sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const _base = '/init';
|
||||
static const init = '$_base/init';
|
||||
static const init = '$_base/root';
|
||||
static const home = '$_base/home';
|
||||
static const buy = '$_base/buy';
|
||||
|
||||
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
|
||||
static const salesInProvince = '$_base/SalesInProvincePage';
|
||||
|
||||
Reference in New Issue
Block a user