Files
blazor-cms/Features/Sales/CommissionReport/Components/CommissionReportPage.razor
T
2026-07-21 13:52:43 +07:00

8 lines
156 B
Plaintext

@page "/sales/commission-report"
@using Indotalent.Features.Sales.CommissionReport.Components
@using MudBlazor
<_CommissionReportDataTable />
@code {
}