Add missing usings so pages render properly

This commit is contained in:
Matija Koželj 2023-01-24 15:37:53 +01:00
parent a7092ec705
commit ae0dcb3bf1
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@attribute [Route(CommonTypesUIRoutes.TaxRatesAdd)]
@using Connected.Common.Types.TaxRates.Components
<h3>TaxRateAdd</h3>
<TaxRateAdd></TaxRateAdd>

View File

@ -1,4 +1,5 @@
@using Common.Types.TaxRates.Components
@using Connected.Common.Types.TaxRates.Components
@attribute [Route(CommonTypesUIRoutes.TaxRatesEdit)]
<h3>TaxRateEdit</h3>