diff --git a/BTCPayServer/Views/Shared/Shopify/NavExtension.cshtml b/BTCPayServer/Views/Shared/Shopify/NavExtension.cshtml index 0c7b846ef..16fc86980 100644 --- a/BTCPayServer/Views/Shared/Shopify/NavExtension.cshtml +++ b/BTCPayServer/Views/Shared/Shopify/NavExtension.cshtml @@ -1,7 +1,5 @@ @using BTCPayServer.Client -@using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.Extensions -@using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Views.Stores @model BTCPayServer.Components.MainNav.MainNavViewModel @{ @@ -10,10 +8,9 @@ @if (store != null) { -