_ViewImports.cshtml 209 B

12345
  1. @using Microsoft.AspNetCore.Identity
  2. @using HyperCube.Areas.Identity
  3. @using HyperCube.Areas.Identity.Pages
  4. @using HyperCube.Areas.Identity.Pages.Account
  5. @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers