grandnode/Views/_ViewImports.cshtml
2023-12-22 11:20:01 +01:00

9 lines
264 B
Plaintext

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Grand.Web.Common
@addTagHelper *, Grand.Web
@using Microsoft.AspNetCore.Mvc.ViewFeatures
@using Grand.Infrastructure.Extensions
@inject Grand.Web.Common.Localization.LocService Loc