Files
moadiran/TaxPayerFull/Pages/UserPanel/Customer.razor
2024-04-22 23:32:39 +03:30

7 lines
70 B
Plaintext

@page "/Customer"
<h3>Customer</h3>
@layout PanelLayout
@code {
}