Files
blazor-oms/Features/Sales/SalesReport/Components/SalesReportPage.razor
T
2026-07-21 13:38:38 +07:00

8 lines
141 B
Plaintext

@page "/sales/sales-report"
@using Indotalent.Features.Sales.SalesReport.Components
@using MudBlazor
<_SalesReportDataTable />
@code {
}