feat: inventory page
This commit is contained in:
@@ -81,7 +81,7 @@ class HomeFeature extends StatelessWidget {
|
||||
title: 'Inventaris',
|
||||
color: const Color(0xFF00BCD4),
|
||||
icon: LineIcons.archive,
|
||||
onTap: () {},
|
||||
onTap: () => context.router.push(InventoryRoute()),
|
||||
),
|
||||
HomeFeatureTile(
|
||||
title: 'Pelanggan',
|
||||
|
||||
Reference in New Issue
Block a user