feat: purchase page
This commit is contained in:
@@ -45,7 +45,7 @@ class HomeFeature extends StatelessWidget {
|
||||
title: 'Pembelian',
|
||||
color: const Color(0xFF2196F3),
|
||||
icon: LineIcons.shoppingCart,
|
||||
onTap: () {},
|
||||
onTap: () => context.router.push(PurchaseRoute()),
|
||||
),
|
||||
HomeFeatureTile(
|
||||
title: 'Biaya',
|
||||
|
||||
Reference in New Issue
Block a user