Add missing usings so pages render properly

features/dockerBuild
Matija Koželj 2 years ago
parent a7092ec705
commit ae0dcb3bf1

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

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

Loading…
Cancel
Save