feat : segmentation page
This commit is contained in:
@@ -6,6 +6,7 @@ sealed class ChickenRoutes {
|
||||
static const home = '$_base/home';
|
||||
static const buy = '$_base/buy';
|
||||
static const sale = '$_base/sale';
|
||||
static const segmentation = '$_base/segmentation';
|
||||
|
||||
//buys
|
||||
static const buysOutOfProvince = '$buy/buyOutOfProvince';
|
||||
@@ -14,4 +15,6 @@ sealed class ChickenRoutes {
|
||||
//sales
|
||||
static const salesInProvince = '$sale/SalesInProvince';
|
||||
static const salesOutOfProvince = '$sale/saleOutOfProvince';
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user