Remotely/Server/Pages/_ViewImports.cshtml

6 lines
178 B
Plaintext

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