Remotely/Remotely_Server/Pages/_ViewImports.cshtml
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08: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