From 07a02dcbc78a242907d082f04eeedb323b8b6bc8 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 14 May 2019 14:44:50 -0700 Subject: [PATCH] Add missing app namespace to server-side Blazor template (#10240) --- .../content/RazorComponentsWeb-CSharp/_Imports.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/_Imports.razor b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/_Imports.razor index b406159f17..e62f0059cd 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/_Imports.razor +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/_Imports.razor @@ -3,4 +3,5 @@ @using Microsoft.AspNetCore.Components.Layouts @using Microsoft.AspNetCore.Components.Routing @using Microsoft.JSInterop +@using RazorComponentsWeb_CSharp @using RazorComponentsWeb_CSharp.Shared