Add usings to Razor Components template. Fixes #11687

This commit is contained in:
Steve Sanderson 2019-07-01 09:47:32 +01:00
parent d3640d59a2
commit 60a8f2348e
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authentication.AzureADB2C.UI;
#endif
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Components;
#if (IndividualLocalAuth)
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.UI;

View File

@ -1,4 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts
@using Microsoft.AspNetCore.Components.Routing