Remotely/Server/Pages/_ViewImports.cshtml
Jared Goodwin 10ec413b7d WIP
2021-07-29 07:53:54 -07:00

6 lines
174 B
Plaintext

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