Remotely/Server/Pages/_ViewImports.cshtml
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -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