diff --git a/src/Connected.Common.Types.UI/Connected.Common.Types.UI.csproj b/src/Connected.Common.Types.UI/Connected.Common.Types.UI.csproj index 604ebf7..07eba40 100644 --- a/src/Connected.Common.Types.UI/Connected.Common.Types.UI.csproj +++ b/src/Connected.Common.Types.UI/Connected.Common.Types.UI.csproj @@ -26,7 +26,6 @@ - @@ -37,7 +36,6 @@ - @@ -57,6 +55,10 @@ + + + + diff --git a/src/Connected.Common.Types.UI/TaxRates/Components/TaxRateAdd.razor b/src/Connected.Common.Types.UI/TaxRates/Components/TaxRateAdd.razor index 5da15f3..2b57ccc 100644 --- a/src/Connected.Common.Types.UI/TaxRates/Components/TaxRateAdd.razor +++ b/src/Connected.Common.Types.UI/TaxRates/Components/TaxRateAdd.razor @@ -2,23 +2,16 @@ @inherits UIComposition -

TaxRateAdd

- - - - - +
-
-
- - + + - \ No newline at end of file +
\ No newline at end of file diff --git a/src/Connected.Common.Types.UI/_Imports.razor b/src/Connected.Common.Types.UI/_Imports.razor index b4ebe05..5bca5d9 100644 --- a/src/Connected.Common.Types.UI/_Imports.razor +++ b/src/Connected.Common.Types.UI/_Imports.razor @@ -1,6 +1,5 @@ @using System.Net.Http @using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.JSInterop \ No newline at end of file