props/Props/Pages/_ViewImports.cshtml

6 lines
169 B
Plaintext
Raw Permalink Normal View History

@using Microsoft.AspNetCore.Identity
@using Props
@using Props.Data
@namespace Props.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Props