diff --git a/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Store/StoreDetail.razor b/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Store/StoreDetail.razor
index e2260fc0..6545cda8 100644
--- a/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Store/StoreDetail.razor
+++ b/apps/web-client-tpos-net/src/WebClientTpos.Client/Pages/Admin/Store/StoreDetail.razor
@@ -1,14 +1,15 @@
@page "/admin/stores/{Id}"
@layout AdminLayout
@inherits AdminBase
+@inject PosDataService DataService
+@using WebClientTpos.Client.Services
@*
- EN: Store detail — overview with KPIs, revenue chart, recent orders, and staff.
- VI: Chi tiết cửa hàng — tổng quan KPI, biểu đồ doanh thu, đơn gần đây, nhân viên.
- Design: pencil-design/src/pages/tPOS/admin/store-detail.pen
+ EN: Store detail — overview with KPIs (real data from API).
+ VI: Chi tiết cửa hàng — tổng quan KPI (dữ liệu thực từ API).
*@
-