Add missing usings so pages render properly
This commit is contained in:
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…
x
Reference in New Issue
Block a user