update home ui

This commit is contained in:
efrilm
2026-05-12 15:50:02 +07:00
parent 9076c9c66e
commit 6e4b09f15e
2 changed files with 0 additions and 6 deletions
@@ -13,7 +13,6 @@ import 'widgets/feature.dart';
import 'widgets/header.dart';
import 'widgets/promo_banner.dart';
import 'widgets/stats.dart';
import 'widgets/top_product.dart';
@RoutePage()
class HomePage extends StatefulWidget implements AutoRouteWrapper {
@@ -174,9 +173,6 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
const HomePromoBanner(),
HomeFeature(),
HomeStats(overview: state.dashboard.overview),
HomeTopProduct(
products: state.dashboard.topProducts,
),
const SpaceHeight(40),
],
),