8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
@page "/sales/commission-report"
|
|
@using Indotalent.Features.Sales.CommissionReport.Components
|
|
@using MudBlazor
|
|
|
|
<_CommissionReportDataTable />
|
|
|
|
@code {
|
|
} |